Commit 5efdd48c authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup! postfix: version up

parent 29e1d9ff
diff --git a/src/global/mail_params.c b/src/global/mail_params.c
index 91c70f7..6e01cf0 100644
--- a/src/global/mail_params.c
+++ b/src/global/mail_params.c
@@ -535,18 +535,6 @@ static void check_overlap(void)
VAR_DEFAULT_PRIVS, VAR_MAIL_OWNER,
var_default_privs, var_mail_owner,
(long) var_owner_gid);
- if (var_default_gid == var_sgid_gid)
- msg_fatal("file %s/%s: parameters %s and %s: user %s and group %s have the same group ID: %ld",
- var_config_dir, MAIN_CONF_FILE,
- VAR_DEFAULT_PRIVS, VAR_SGID_GROUP,
- var_default_privs, var_sgid_group,
- (long) var_sgid_gid);
- if (var_owner_gid == var_sgid_gid)
- msg_fatal("file %s/%s: parameters %s and %s: user %s and group %s have the same group ID: %ld",
- var_config_dir, MAIN_CONF_FILE,
- VAR_MAIL_OWNER, VAR_SGID_GROUP,
- var_mail_owner, var_sgid_group,
- (long) var_sgid_gid);
}
#ifdef MYORIGIN_FROM_FILE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment