mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 09:06:19 +00:00
Update build/run/installer.sh
This commit is contained in:
parent
7f7583f94c
commit
534371411c
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ postconf -e "smtp_header_checks = pcre:/etc/postfix/smtp_header_checks"
|
||||||
|
|
||||||
# SPF and DKIM checks
|
# SPF and DKIM checks
|
||||||
postconf -e "policy_time_limit = 3600"
|
postconf -e "policy_time_limit = 3600"
|
||||||
postconf -e "smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_policy_service unix:private/policy, check_client_access lmdb:/etc/postfix/rbl_override"
|
postconf -e "smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_policy_service unix:private/policy, check_client_access pcre:/etc/postfix/rbl_override"
|
||||||
|
|
||||||
# Milter configuration
|
# Milter configuration
|
||||||
postconf -e "milter_default_action = accept"
|
postconf -e "milter_default_action = accept"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue