dovecot-1.2: vpopmail: Improve imap/pop3 disabled error message.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 11 13:39:29 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/7f7cef2b5552
changeset: 8261:7f7cef2b5552
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Oct 11 13:39:10 2008 +0300
description:
vpopmail: Improve imap/pop3 disabled error message.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/auth/passdb-vpopmail.c |    3 ++-

diffs (13 lines):

diff -r 110afc84fbb1 -r 7f7cef2b5552 src/auth/passdb-vpopmail.c
--- a/src/auth/passdb-vpopmail.c	Sat Oct 11 13:26:46 2008 +0300
+++ b/src/auth/passdb-vpopmail.c	Sat Oct 11 13:39:10 2008 +0300
@@ -65,7 +65,8 @@ vpopmail_password_lookup(struct auth_req
 
 	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 {


More information about the dovecot-cvs mailing list