From 0fd0052e33e8147e44d08524884df1f9d0ddcae7 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 7 Jan 2023 18:24:01 -0300 Subject: [PATCH] feat: allow scanning outgoing mail --- postfixd.sh | 1 + 1 file changed, 1 insertion(+) 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}" ;;