blob: 202f9943597573289c35798096d0406d76b5deb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|