[Dovecot] How to bypass checking of system users by virtual users?

Timo Sirainen tss at iki.fi
Sun Oct 5 19:31:20 EEST 2008


On Sun, 2008-10-05 at 13:27 -0300, Dâniel Fraga wrote:
> On Sun, 05 Oct 2008 18:59:10 +0300
> Timo Sirainen <tss at iki.fi> wrote:
> 
> > If you don't set auth_debug=yes (and auth_verbose=yes? I'm not sure),
> > you won't see any error messages when real users log in.
> 
> 	Would you believe that when I switch the order of the
> real/virtual users authentication configuration, the real users
> do not receive email anymore? I mean, the mail is in the mailbox, but
> dovecot returns 0 new messages. So I have to keep the real users
> checking first, before virtual users, otherwise it won't work for real
> users.
> 
> 	Strange, isn't?

You probably also moved userdb static before userdb passwd, causing
Dovecot to always use userdb static for everyone. So the order you want
is:

1. passdb passwd-file
2. passdb pam
3. userdb passwd
4. userdb static

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20081005/18bbbccb/attachment.bin 


More information about the dovecot mailing list