Darren Pilgrim
2008-Dec-25 09:51 UTC
[Dovecot] DIGEST-MD5 user/realm mismatch with Postfix
This is a follow-on to the "SQL field format for digest-md5?" thread. After some additional debugging, I've found the problem is a mismatch in what Dovecot expects and Postfix uses for the user and realm. For a username "user at example.com" and password "sekret", Dovecot expects: username = "user" realm = "example.com" but Postfix sends the checksum of: username = "user at example.com" realm = "" How do I fix this?
On Thu, 2008-12-25 at 01:51 -0800, Darren Pilgrim wrote:> This is a follow-on to the "SQL field format for digest-md5?" thread. > > After some additional debugging, I've found the problem is a mismatch in > what Dovecot expects and Postfix uses for the user and realm. > > For a username "user at example.com" and password "sekret", Dovecot expects: > > username = "user" > realm = "example.com" > > but Postfix sends the checksum of: > > username = "user at example.com" > realm = "" > > How do I fix this?This is finally fixed: http://hg.dovecot.org/dovecot-1.1/rev/2b0043ba89ae -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090221/698fffec/attachment-0002.bin>