diff options
Diffstat (limited to 'mail/mailman3/files/patch-src_mailman_config_postfix.cfg')
-rw-r--r-- | mail/mailman3/files/patch-src_mailman_config_postfix.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mailman3/files/patch-src_mailman_config_postfix.cfg b/mail/mailman3/files/patch-src_mailman_config_postfix.cfg new file mode 100644 index 000000000000..202f99435975 --- /dev/null +++ b/mail/mailman3/files/patch-src_mailman_config_postfix.cfg @@ -0,0 +1,11 @@ +--- src/mailman/config/postfix.cfg.orig 2017-08-10 03:04:28 UTC ++++ src/mailman/config/postfix.cfg +@@ -5,7 +5,7 @@ + # db file, from the associated plain text files. The file being updated will + # be appended to this string (with a separating space), so it must be + # appropriate for os.system(). +-postmap_command: /usr/sbin/postmap ++postmap_command: /usr/local/sbin/postmap + + # This variable describes the type of transport maps that will be generated by + # mailman to be used with postfix for LMTP transport. By default, it is set to |