From: Timo Sirainen Date: Tue, 8 Feb 2011 01:31:46 +0000 (+0200) Subject: lib-master: If post-login socket disconnects unexpectedly, suggest process_limit... X-Git-Tag: 2.0.10~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ef23d3e0f9afc2c520babc62ae893e94e3b0172;p=thirdparty%2Fdovecot%2Fcore.git lib-master: If post-login socket disconnects unexpectedly, suggest process_limit being the reason. --- diff --git a/src/lib-master/master-auth.c b/src/lib-master/master-auth.c index ff60ba893c..05c78241ef 100644 --- a/src/lib-master/master-auth.c +++ b/src/lib-master/master-auth.c @@ -116,7 +116,8 @@ static void master_auth_connection_input(struct master_auth_connection *conn) 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);