mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 09:06:19 +00:00
Moved spf check to after white/blacklists
This commit is contained in:
parent
65d5c7faf8
commit
b02d61e08f
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,8 @@ 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 pcre:/etc/postfix/whitelisted_domains, check_sender_access lmdb:/etc/postfix/whitelisted_emails, check_client_access pcre:/etc/postfix/blacklisted_domains, check_sender_access lmdb:/etc/postfix/blacklisted_emails"
|
# 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/whitelisted_domains, check_sender_access lmdb:/etc/postfix/whitelisted_emails, check_client_access pcre:/etc/postfix/blacklisted_domains, check_sender_access lmdb:/etc/postfix/blacklisted_emails"
|
||||||
|
postconf -e "smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_client_access pcre:/etc/postfix/whitelisted_domains, check_sender_access lmdb:/etc/postfix/whitelisted_emails, check_client_access pcre:/etc/postfix/blacklisted_domains, check_sender_access lmdb:/etc/postfix/blacklisted_emails, check_policy_service unix:private/policy"
|
||||||
|
|
||||||
# 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