feat: allow scanning outgoing mail

This commit is contained in:
f 2023-01-07 18:24:01 -03:00
parent fe10754881
commit 0fd0052e33

View file

@ -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}"
;;