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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/7ccb90f9b4fd
changeset: 7908:7ccb90f9b4fd
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 05 15:39:22 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 227035bb56ad -r 7ccb90f9b4fd src/login-common/sasl-server.c
--- a/src/login-common/sasl-server.c	Sun Oct 05 15:21:32 2008 +0300
+++ b/src/login-common/sasl-server.c	Sun Oct 05 15:39:22 2008 +0300
@@ -51,7 +51,8 @@ master_callback(struct client *client, e
 	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;
 	}
 	call_client_callback(client, reply, data, NULL);


More information about the dovecot-cvs mailing list