Fix the postconf command and rename the override file, fix #239

master
kaiyou 7 years ago
parent 1fa01745a3
commit 1deee71e51

@ -16,13 +16,13 @@ else
fi fi
# Override Postfix master configuration # Override Postfix master configuration
if [ -f /overrides/master.cf ]; then if [ -f /overrides/postfix.master ]; then
while read line; do while read line; do
postconf -M "$line" postconf -Me "$line"
done < /overrides/master.cf done < /overrides/postfix.master
echo "Loaded '/overrides/master.cf'" echo "Loaded '/overrides/postfix.master'"
else else
echo "No extra postfix settings loaded because optional '/overrides/master.cf' not provided." echo "No extra postfix settings loaded because optional '/overrides/postfix.master' not provided."
fi fi
# Include table-map files # Include table-map files

Loading…
Cancel
Save