7 Feb
2011
7 Feb
'11
5:26 p.m.
On 7.2.2011, at 16.35, Len7hir wrote:
passdb { args = driver = our_driver } userdb { driver = onet }
I'm guessing your driver isn't doing lookups fast enough for Dovecot. There is only one auth master process and it needs to do the user lookups really fast (typically asynchronously). You could change them pretty easily to use auth worker processes though. In passdb and userdb preinit() set:
module->module.blocking = TRUE;