From: Timo Sirainen Date: Sat, 11 Oct 2008 10:39:10 +0000 (+0300) Subject: vpopmail: Improve imap/pop3 disabled error message. X-Git-Tag: 1.2.alpha3~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92f154c7ab91317c90fe8b35223027cc865d1548;p=thirdparty%2Fdovecot%2Fcore.git vpopmail: Improve imap/pop3 disabled error message. --HG-- branch : HEAD --- diff --git a/src/auth/passdb-vpopmail.c b/src/auth/passdb-vpopmail.c index 4f072f0004..66b9c32f0e 100644 --- a/src/auth/passdb-vpopmail.c +++ b/src/auth/passdb-vpopmail.c @@ -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 {