28 Mar
2007
28 Mar
'07
11:19 p.m.
On 28.3.2007, at 22.58, Steven F Siirila wrote:
Running Dovecot 1.0-rc27 on Solaris 10..
We have been noticing intermittent messages of this sort and
wondered if this indicates whether we need to add more dovecot-auth worker
processes:Mar 28 03:15:41 myhost dovecot: pop3-login: Can't connect to auth
server at default: Connection refused
This change should help with these (rc28):
2007-03-16 15:23 Timo Sirainen <tss@iki.fi>
* src/: auth/auth-worker-server.c,
lib-auth/auth-server-connection.c: If net_connect_unix() fails,
assume also that ECONNREFUSED may be a temporary failure. It can
happen if we exceeded the listener's backlog.
Auth worker processes anyway don't matter here, the connections are
accpted by the master dovecot-auth process. You could increase them
from count setting inside auth block, but I'm not sure if that could
cause other problems.