changeset 8233:b7cbf648228f HEAD

Mention mail_max_userip_connections setting in the log message if the limit is exceeded.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Oct 2008 15:39:37 +0300
parents cf74d1e2a458
children 4d40d93842e3
files src/login-common/sasl-server.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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;