hi thank you for response, without the allow_all_users=yes
I have this:
deliver(prueba2@bla.com): Jan 28 18:09:49 Info: Loading modules from directory: /usr/local/lib/dovecot/lda deliver(prueba2@bla.com): Jan 28 18:09:49 Info: Module loaded: /usr/local/lib/dovecot/lda/lib90_cmusieve_plugin.so
deliver(prueba2@bla.com): Jan 28 18:09:49 Error: Auth lookup returned failure
dovecot: Jan 28 18:09:49 Info: auth(default): password(prueba2@bla.com): passdb doesn't support credential lookups dovecot: Jan 28 18:09:49 Error: auth(default): static(prueba2@bla.com): passdb doesn't support lookups, can't verify user's existence
And a deferred mail in maillog.
Remember I have the user system added in the mail server but they auth to a AD, any way to solve this?
Cheers
2011/1/27 Timo Sirainen tss@iki.fi:
On Wed, 2011-01-26 at 16:12 -0300, Gonzalo Rodriguez wrote:
passdb: driver: bsdauth userdb: driver: static args: uid=vmail gid=vmail home=/var/www/datos/correo/bla.com/%n ..
Can I use in dovecot deliver (master.cf) with parameters -d if I use bsdauth to auth without passdb (the are system users)?
Only if you add allow_all_users=yes to userdb static.
deliver(prueba2@bla.com): Jan 25 15:17:24 Error: Auth lookup returned failure
There should be another error message from dovecot-auth saying bsdauth doesn't support lookups.