Merge pull request #47 from maxking/fix-postfix

Fix postfix configuration for core.
This commit is contained in:
Abhilash Raj
2017-06-11 14:35:10 -07:00
committed by GitHub

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