dovecot-2.0: lib-master: If post-login socket disconnects unexpe...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Feb 8 03:31:48 EET 2011
details: http://hg.dovecot.org/dovecot-2.0/rev/443cc3044d91
changeset: 12589:443cc3044d91
user: Timo Sirainen <tss at iki.fi>
date: Tue Feb 08 03:31:46 2011 +0200
description:
lib-master: If post-login socket disconnects unexpectedly, suggest process_limit being the reason.
diffstat:
src/lib-master/master-auth.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r b399f91ae660 -r 443cc3044d91 src/lib-master/master-auth.c
--- a/src/lib-master/master-auth.c Tue Feb 08 03:31:01 2011 +0200
+++ b/src/lib-master/master-auth.c Tue Feb 08 03:31:46 2011 +0200
@@ -116,7 +116,8 @@
return;
i_error("read(%s) failed: %m", conn->auth->path);
} else {
- i_error("read(%s) failed: Remote closed connection",
+ i_error("read(%s) failed: Remote closed connection "
+ "(process_limit reached?)",
conn->auth->path);
}
master_auth_connection_deinit(&conn);
More information about the dovecot-cvs
mailing list