4 Dec
2006
4 Dec
'06
10:57 p.m.
On Mon, 2006-12-04 at 12:17 -0700, Kenny Dail wrote:
ok so now I've got Dovecot 1.0rc15 started on the test server. however it seems that the auth-workers don't like their job: auth-worker(default): plain_md5_verify((null)): Invalid password encoding
The (null) thing is a bug, it should contain the username. Already fixed in CVS.
But the real problem is that your password isn't in plain-md5 format. plain-md5 expects a hex or base64 encoded 128bit md5sum. Maybe you're trying to feed it md5crypt password? Change default_pass_scheme from dovecot-sql.conf if needed.