Enable "login" auth for WP7
authorAlex Dehnert <adehnert@mit.edu>
Wed, 31 Oct 2012 10:24:00 +0000 (06:24 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Wed, 31 Oct 2012 10:24:00 +0000 (06:24 -0400)
Judging by http://forums.gentoo.org/viewtopic-t-898610-start-0.html, apparently
Windows Phone 7 requires that "login" auth be enabled to send messages via a
Postfix server (that's authenticating using Dovecot). I have no idea how I was
supposed to figure that one out...

conf.d/10-auth.conf

index beb6f73e693ca8fc7c0d0274f3f2c2270f1e0de2..b7f554b698527701c5127ffd75300c54f4733a4c 100644 (file)
@@ -96,7 +96,7 @@ auth_krb5_keytab = /etc/dovecot/imap.keytab
 #   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 gssapi
+auth_mechanisms = plain login gssapi
 
 ##
 ## Password and user databases