From 82285b59b86a05679c79060064484ec42107bfea Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 27 Jun 2014 06:16:29 +0200 Subject: Support boken SMTP clients and LOGIN SASL mechanism. --- roles/IMAP/files/etc/dovecot/conf.d/10-auth.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/IMAP') diff --git a/roles/IMAP/files/etc/dovecot/conf.d/10-auth.conf b/roles/IMAP/files/etc/dovecot/conf.d/10-auth.conf index 8b8445b..cf0189e 100644 --- a/roles/IMAP/files/etc/dovecot/conf.d/10-auth.conf +++ b/roles/IMAP/files/etc/dovecot/conf.d/10-auth.conf @@ -96,7 +96,7 @@ auth_username_format = %Lu # plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey # gss-spnego # NOTE: See also disable_plaintext_auth setting. -auth_mechanisms = plain +auth_mechanisms = plain login ## ## Password and user databases -- cgit v1.2.3