20 Nov
2003
20 Nov
'03
7 p.m.
On Tue, 2003-11-18 at 13:24, Clive Jones wrote:
gdb /usr/local/libexec/dovecot/pop3-login <pid of pop3-login process>
p clients->nodes_count
$1 = 0
p main_refcount
$2 = 2
p auth_reconnect
$3 = 0
p auth_waiting_handshake_count
$4 = 0
What's the verdict?
Looks like this process hasn't even accepted a pop3 connection yet.. Do they all do this? Ask these too:
p closing_down p process_per_connection p ssl_proxies->nodes_count p io_master
And have you changed login_processes_count, login_max_processes_count or login_max_logging_users settings?