dovecot-1.2: Mention mail_max_userip_connections setting in the ...

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 5 15:39:42 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/b7cbf648228f
changeset: 8233:b7cbf648228f
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 05 15:39:37 2008 +0300
description:
Mention mail_max_userip_connections setting in the log message if the limit is exceeded.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/login-common/sasl-server.c |    3 ++-

diffs (13 lines):

diff -r cf74d1e2a458 -r b7cbf648228f src/login-common/sasl-server.c
--- a/src/login-common/sasl-server.c	Sun Oct 05 15:21:53 2008 +0300
+++ b/src/login-common/sasl-server.c	Sun Oct 05 15:39:37 2008 +0300
@@ -51,7 +51,8 @@ master_callback(struct client *client, c
 	case MASTER_LOGIN_STATUS_INTERNAL_ERROR:
 		break;
 	case MASTER_LOGIN_STATUS_MAX_CONNECTIONS:
-		data = "Maximum number of connections from user+IP exceeded";
+		data = "Maximum number of connections from user+IP exceeded "
+			"(mail_max_userip_connections)";
 		break;
 	}
 	client->mail_pid = reply->mail_pid;


More information about the dovecot-cvs mailing list