Commit 077dff8a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Disable filters requiring client IP addresses

Until the client IP addresses are available (by implementing an L4
ingress controller?) these filters will need to be disabled. Here comes
the spam…
parent b5b08732
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,9 +37,9 @@ smtpd_hard_error_limit = 12
smtpd_client_restrictions =
	permit_mynetworks,
	permit_sasl_authenticated,
	reject_rbl_client zen.spamhaus.org
	warn_if_reject reject_unknown_client_hostname,
	warn_if_reject reject_unknown_reverse_client_hostname
#	reject_rbl_client zen.spamhaus.org
#	warn_if_reject reject_unknown_client_hostname,
#	warn_if_reject reject_unknown_reverse_client_hostname
	sleep 1, reject_unauth_pipelining,
	permit
smtpd_helo_required = yes
@@ -63,7 +63,7 @@ smtpd_recipient_restrictions =
	reject_non_fqdn_recipient,
	reject_unknown_recipient_domain,
	defer_unauth_destination,
	check_policy_service unix:private/policy-spf
#	check_policy_service unix:private/policy-spf
	permit
#	sleep 1, reject_unauth_pipelining,
smtpd_data_restrictions =
+2 −2
Original line number Diff line number Diff line
@@ -109,5 +109,5 @@ scache unix - - n - 1 scache


# SPF policy server
policy-spf  unix  -     n       n       -       -       spawn
  user=nobody argv=/usr/bin/policyd-spf
#policy-spf  unix  -     n       n       -       -       spawn
#  user=nobody argv=/usr/bin/policyd-spf