diff --git a/postfixd.sh b/postfixd.sh index 3582469..8af2776 100755 --- a/postfixd.sh +++ b/postfixd.sh @@ -13,6 +13,7 @@ case $1 in postconf -e smtpd_tls_key_file="/etc/letsencrypt/live/${DOMAIN}/privkey.pem" postconf -e smtpd_tls_cert_file="/etc/letsencrypt/live/${DOMAIN}/fullchain.pem" postconf -e smtpd_milters="${MILTERS}" + postconf -e non_smtpd_milters="${MILTERS}" test -n "${NETWORKS}" && postconf -e mynetworks="${NETWORKS}" ;;