Fix postfix configuration for core.

This commit is contained in:
maxking
2017-06-11 14:16:22 -07:00
parent a27bfc473a
commit b16e4aae82

View File

@@ -95,6 +95,9 @@ EOF
cat > /etc/postfix-mailman.cfg <<EOF
[postfix]
transport_file_type: regex
# While in regex mode, postmap_command is never used, a placeholder
# is added here so that it doesn't break anything.
postmap_command: true
EOF