feat: allow scanning outgoing mail
This commit is contained in:
parent
fe10754881
commit
0fd0052e33
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ case $1 in
|
||||||
postconf -e smtpd_tls_key_file="/etc/letsencrypt/live/${DOMAIN}/privkey.pem"
|
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_tls_cert_file="/etc/letsencrypt/live/${DOMAIN}/fullchain.pem"
|
||||||
postconf -e smtpd_milters="${MILTERS}"
|
postconf -e smtpd_milters="${MILTERS}"
|
||||||
|
postconf -e non_smtpd_milters="${MILTERS}"
|
||||||
test -n "${NETWORKS}" && postconf -e mynetworks="${NETWORKS}"
|
test -n "${NETWORKS}" && postconf -e mynetworks="${NETWORKS}"
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue