On Fri, 2006-02-24 at 13:19 +0000, Casey Allen Shobe wrote:
auth(default): digest-md5(kc@xxxx.com,71.113.119.162): password mismatch
Set auth_debug_passwords=yes and see what it prints. You could also try manually to get the crypted password and see why it goes wrong:
dovecotpw -u kc@xxxx.com -s digest-md5
If that doesn't print the same value as what you see in logs, try with -u kc.
This is because with Digest-MD5 the password has is built from both username and password, and they both must match exactly. Hmm. Now that I think of it, this breaks aliases. I guess I'll fix this also. Patch included in attachment, does this help either?
And this is all I see when trying GSSAPI:
imap-login: Disconnected: rip=71.113.119.162, lip=205.234.78.135
So it's not even trying to log in with GSSAPI. You did add it to mechanisms list, right? And it gets advertised in Dovecot's capability reply?