Commit 53c921a8 authored by Marco Mariani's avatar Marco Mariani

postfix: more patch to run as non-root: skip check_overlap()

parent e7d945bc
...@@ -32,7 +32,15 @@ ...@@ -32,7 +32,15 @@
/* /*
* Parse switches. * Parse switches.
-- --- a/src/global/mail_params.c
1.7.11.3 +++ b/src/global/mail_params.c
@@ -709,7 +709,9 @@ void mail_params_init()
check_default_privs();
check_mail_owner();
check_sgid_group();
+ /*
check_overlap();
+ */
#ifdef HAS_DB
dict_db_cache_size = var_db_read_buf;
#endif
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