[Dovecot] dovecot: imap-login: Error: net_connect_unix(imap) failed: Resource temporarily unavailable

Timo Sirainen tss at iki.fi
Mon Feb 7 17:26:19 EET 2011


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;



More information about the dovecot mailing list