]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
vpopmail: Improve imap/pop3 disabled error message.
authorTimo Sirainen <tss@iki.fi>
Sat, 11 Oct 2008 10:39:10 +0000 (13:39 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 11 Oct 2008 10:39:10 +0000 (13:39 +0300)
--HG--
branch : HEAD

src/auth/passdb-vpopmail.c

index 4f072f00043755ab3a9afd829a1bf8137a10e11c..66b9c32f0ec75bd4c2cb04feb8c53f0bfdc5d861 100644 (file)
@@ -65,7 +65,8 @@ vpopmail_password_lookup(struct auth_request *auth_request, bool cleartext,
 
        if (vpopmail_is_disabled(auth_request, vpw)) {
                auth_request_log_info(auth_request, "vpopmail",
-                                     "%s disabled", auth_request->service);
+                                     "%s disabled in vpopmail for this user",
+                                     auth_request->service);
                password = NULL;
                *result_r = PASSDB_RESULT_USER_DISABLED;
        } else {