[Dovecot] Timeout Value
Timo Sirainen
tss at iki.fi
Wed Apr 7 06:27:49 EEST 2010
On Wed, 2010-04-07 at 11:20 +0800, JackyC at umac.mo wrote:
> > At least for dovecot-auth -w it looks like it's doing an LDAP lookup (or
> connect) in here. Maybe it keeps rapidly reconnecting to it all the
> time?.. Anything in Dovecot's error logs?
> I think we don't have many massive connection between our LDAP server
> since we have NSCD to cache the LDAP lookup result in local server.
> I am not quite sure LDAP lookup can explain but the 'dovecot-auth -w' does
> eat 100% CPU when looking up LDAP at the last output of strace
Oh, right, you're using NSS lookups instead of Dovecot's direct LDAP
lookups. And the strace output shows it's calling poll(), but Dovecot
was compiled to use epoll(). That means the problem is with your NSS
configuration/libraries/whatever, nothing to do with Dovecot really.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20100407/a99f31c9/attachment.bin
More information about the dovecot
mailing list