dovecot-1.2: deliver should have used mail_access_groups setting...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Apr 6 21:05:19 EEST 2009
details: http://hg.dovecot.org/dovecot-1.2/rev/505f1b4cbd88
changeset: 8916:505f1b4cbd88
user: Timo Sirainen <tss at iki.fi>
date: Fri Apr 03 18:23:17 2009 -0400
description:
deliver should have used mail_access_groups setting, not mail_extra_groups.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/deliver/auth-client.c | 2 +-
diffs (12 lines):
diff -r 676efa08f5d7 -r 505f1b4cbd88 src/deliver/auth-client.c
--- a/src/deliver/auth-client.c Fri Apr 03 17:54:56 2009 -0400
+++ b/src/deliver/auth-client.c Fri Apr 03 18:23:17 2009 -0400
@@ -116,7 +116,7 @@ static int set_env(struct auth_user_repl
if (reply->home != NULL)
env_put(t_strconcat("HOME=", reply->home, NULL));
- extra_groups = getenv("MAIL_EXTRA_GROUPS");
+ extra_groups = getenv("MAIL_ACCESS_GROUPS");
if (extra_groups != NULL) {
env_put(t_strconcat("RESTRICT_SETEXTRAGROUPS=",
extra_groups, NULL));
More information about the dovecot-cvs
mailing list