Verified Commit 5544c11d authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove current SPF policy checks

A new check will be added later, either with a milter microsevice or
a policyd microservice. Either way it needs to be developed first.
parent ec38bf63
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ smtpd_recipient_restrictions =
	reject_non_fqdn_recipient,
	reject_unknown_recipient_domain,
	defer_unauth_destination,
	check_policy_service unix:private/policy-spf
	permit
smtpd_data_restrictions =
	reject_unauth_pipelining,
@@ -88,8 +87,5 @@ virtual_alias_maps = mysql:/etc/postfix/mysql_alias.cf
local_recipient_maps =
recipient_delimiter = +

# SPF policy server
policy-spf_time_limit = 300s

# Filtering
always_add_missing_headers = yes