]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Mention mail_max_userip_connections setting in the log message if the limit is exceeded.
authorTimo Sirainen <tss@iki.fi>
Sun, 5 Oct 2008 12:39:37 +0000 (15:39 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 5 Oct 2008 12:39:37 +0000 (15:39 +0300)
--HG--
branch : HEAD

src/login-common/sasl-server.c

index 0ab48d985e053ff30dd02fc4080944dce7242790..914a3bccf2ee1b00fcbc7c6f760e32cce137bfb4 100644 (file)
@@ -51,7 +51,8 @@ master_callback(struct client *client, const struct master_login_reply *reply)
        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;