12 Oct
2009
12 Oct
'09
9:12 p.m.
On Sun, 2009-10-11 at 19:44 +0200, Pascal Volk wrote:
Oct 8 10:04:12 pegasus dovecot: auth(default): Panic: file passdb.c: line 201 (passdb_init): assertion failed: (passdb->passdb->default_pass_scheme != NULL || passdb->passd b->cache_key == NULL) Oct 8 10:04:12 pegasus dovecot: dovecot: child 8407 (auth) killed with signal 6 (core not dumped)
hi,
the attached patch has solved this issue on my OpenBSD system.
module->default_pass_scheme = "PLAIN";
I think the passwords come in CRYPT format, not PLAIN? I added that.