27 Oct
2007
27 Oct
'07
6:43 p.m.
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: