From d7fd7f05e28308e1f45a4978009a49793ea5d423 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Wed, 27 Jul 2022 12:05:31 -0700 Subject: [PATCH] force PLAIN setting for imap_auth_type & smtp_auth_type --- config/config.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.inc.php b/config/config.inc.php index d9f5c0a..a307ec5 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -30,6 +30,8 @@ $config['log_driver'] = 'syslog'; // %s - domain name after the '@' from e-mail address provided at login screen // For example %n = mail.domain.tld, %t = domain.tld $config['default_host'] = 'tls://%n'; +$config['imap_auth_type'] = 'PLAIN'; +$config['smtp_auth_type'] = 'PLAIN'; // provide an URL where a user can get support for this Roundcube installation // PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE!