We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1546f4 commit cc2ba72Copy full SHA for cc2ba72
1 file changed
run.sh
@@ -54,6 +54,9 @@ fi
54
# Bind to both IPv4 and IPv4
55
add_config_value "inet_protocols" "all"
56
57
+# Clear existing header_checks to avoid duplication on restart
58
+> /etc/postfix/header_checks
59
+
60
# Create sasl_passwd file with auth credentials
61
if [ ! -f /etc/postfix/sasl_passwd -a ! -z "${SMTP_USERNAME}" ]; then
62
grep -q "${SMTP_SERVER}" /etc/postfix/sasl_passwd > /dev/null 2>&1
0 commit comments