force PLAIN setting for imap_auth_type & smtp_auth_type
This commit is contained in:
parent
431d30d007
commit
d7fd7f05e2
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue
Block a user