dovecot-1.0: If login_user == mail uid, we logged an error but d...

dovecot at dovecot.org dovecot at dovecot.org
Sat Jul 21 10:03:56 EEST 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/73a5e4b134f1
changeset: 5354:73a5e4b134f1
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jul 21 10:03:48 2007 +0300
description:
If login_user == mail uid, we logged an error but didn't really prevent it.

diffstat:

1 file changed, 1 insertion(+)
src/master/mail-process.c |    1 +

diffs (11 lines):

diff -r 89184bad9d10 -r 73a5e4b134f1 src/master/mail-process.c
--- a/src/master/mail-process.c	Thu Jul 19 00:22:56 2007 +0300
+++ b/src/master/mail-process.c	Sat Jul 21 10:03:48 2007 +0300
@@ -45,6 +45,7 @@ static bool validate_uid_gid(struct sett
 		i_error("Logins with login process UID %s (user %s) "
 			"not permitted (see login_user in config file).",
 			dec2str(uid), user);
+		return FALSE;
 	}
 
 	if (uid < (uid_t)set->first_valid_uid ||


More information about the dovecot-cvs mailing list