[Dovecot] master user can not login with digest-md5 password

Timo Sirainen tss at iki.fi
Sat Oct 27 18:43:15 EEST 2007


On Thu, 2007-10-25 at 16:10 +0200, Daniel wrote:
> I'm trying to use a master user, here is what I'm doing:
> 
> dovecot.conf:
> auth default {
> [...]
>   passdb passwd-file {
>     args = /etc/dovecot.passdb_master
>     pass = yes
>     master = yes
>   }
> 
>   passdb passwd-file {
>     args = /etc/dovecot.passdb
>   }
> [...]
> }
> 
> (Dovecot said that one can not place the passdb containing "master = 
> yes" last, why?)

I think you mean last passdb couldn't contain "pass=yes". But there's
really no reason for last master passdb not to have pass=yes. Fixed:
http://hg.dovecot.org/dovecot/rev/2a9edc9136f9

> This only works if the master user (in the master passwd file) has PLAIN 
> password scheme. It doesn't work with DIGEST-MD5. Here is the log when 
> it's in DIGEST-MD5:

Fixed: http://hg.dovecot.org/dovecot/rev/2a36e7d9ddb6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20071027/7aa4329b/attachment.bin 


More information about the dovecot mailing list