From: Alex Dehnert Date: Wed, 31 Oct 2012 10:24:00 +0000 (-0400) Subject: Enable "login" auth for WP7 X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=1aa1b4c9fe1c6b5e5cf2d82ca61753f54f2f90b6;hp=62ea0507cc0ec50bc085ff8a5ae6fc5e1ff8314f;p=sysconfig%2Fdovecot.git Enable "login" auth for WP7 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... --- diff --git a/conf.d/10-auth.conf b/conf.d/10-auth.conf index beb6f73..b7f554b 100644 --- a/conf.d/10-auth.conf +++ b/conf.d/10-auth.conf @@ -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