dovecot-1.1: vpopmail: Improve imap/pop3 disabled error message.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sat Oct 11 13:39:16 EEST 2008
    
    
  
details:   http://hg.dovecot.org/dovecot-1.1/rev/fb4287a5d9df
changeset: 7933:fb4287a5d9df
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 58b96161409d -r fb4287a5d9df src/auth/passdb-vpopmail.c
--- a/src/auth/passdb-vpopmail.c	Sat Oct 11 13:25:50 2008 +0300
+++ b/src/auth/passdb-vpopmail.c	Sat Oct 11 13:39:10 2008 +0300
@@ -35,7 +35,8 @@ vpopmail_password_lookup(struct auth_req
 	    ((vpw->pw_gid & NO_POP) != 0 &&
 	     strcasecmp(auth_request->service, "POP3") == 0)) {
 		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