allow networks
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2022-03-29 14:42:04 -03:00
parent bbeeab9613
commit 7cabde4abd
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ case $1 in
postconf -e smtpd_tls_key_file="/etc/letsencrypt/live/${SUTTY}/privkey.pem"
postconf -e smtpd_tls_cert_file="/etc/letsencrypt/live/${SUTTY}/fullchain.pem"
postconf -e smtpd_milters="inet:${RSPAMD}:11332,inet:opendkim:8891"
test -n "${NETWORKS}" && postconf -e mynetworks="${NETWORKS}"
;;
stop) ;;