[Dovecot] cram-md5 problem
I just updated to dovecot 1.1.10 from 1.1.2 and now anyone using cram-md5 can't get authenticated. I am using mysql for passwords (in plain text) and home directories.
Per some googling I tried to set (in /usr/local/etc/dovecot.conf):
# SQL database userdb sql { # Path for SQL configuration file, see doc/dovecot-sql.conf for example args = /usr/local/etc/dovecot-sql.conf }
but that didn't help. And in any case people NOT using cram-md5 can authenticate just fine, both before and after I made that change.
This worked "out of the box" under 1.1.2, but is broken now. Any ideas appreciated. Thanks.
- Richard
On Jan 29, 2009, at 7:22 PM, Richard Stockton wrote:
I just updated to dovecot 1.1.10 from 1.1.2 and now anyone using cram-md5 can't get authenticated. I am using mysql for passwords (in plain text) and home directories.
Set auth_debug_passwords=yes. What does it log when logging in with
CRAM-MD5? (And try with a temporary password that you can change
afterwards.)
Also show your dovecot-sql.conf and dovecot -n output.
participants (2)
-
Richard Stockton
-
Timo Sirainen