[Dovecot] fetchmail and lmtp -> auth crashing
Timo Sirainen
tss at iki.fi
Wed Sep 8 17:04:01 EEST 2010
On Tue, 2010-09-07 at 23:12 +0200, Dirk Heinrichs wrote:
> (gdb) bt full
> #0 auth_request_lookup_credentials (request=0x8e12c78, scheme=0x8079acf
> "",
Fixed the crash: http://hg.dovecot.org/dovecot-2.0/rev/e392f5f65cd8
But the main problem you have is that you don't have a passdb and your
userdb is static. So Dovecot can't verify if the user exists or not.
Either use a passdb or userdb that can verify user existence, or add
allow_all_users=yes to userdb static args.
More information about the dovecot
mailing list