8 Sep
2010
8 Sep
'10
5:04 p.m.
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.