Roundcube Community Forum

 

XOAUTH2 and smtp

Started by lonestar, October 17, 2022, 06:51:26 AM

Previous topic - Next topic

lonestar

Hello,

I have successfully configured Roundcube for SSO AOUTH2 authentication together with dovecot.

When I try to send a message from the webmail, It expects that the smtp server supports OAUTH2/XOAUTH2 and it fails because instead my outgoing smtp server only supports LOGIN/PLAIN auth.

is this by design? Is there a way to configure so that smtp_host would not be required oauth support even if main login happened with oauth?

(of course in such case the authentication credentials would be provided in config.inc.php)

Thanks