summaryrefslogtreecommitdiff
path: root/conf.d/020_acl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/020_acl.conf')
-rw-r--r--conf.d/020_acl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/020_acl.conf b/conf.d/020_acl.conf
index 956a53d..21889a9 100644
--- a/conf.d/020_acl.conf
+++ b/conf.d/020_acl.conf
@@ -50,7 +50,7 @@ acl_check_rcpt_host_policy:
50 set acl_m_msg = Rejected: $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text 50 set acl_m_msg = Rejected: $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text
51 51
52 # Accept if the host is an authorized sender according to the SPF policy for the domain (SPF pass). 52 # Accept if the host is an authorized sender according to the SPF policy for the domain (SPF pass).
53 accept set acl_m_spf = ${run{/usr/bin/spfquery.mail-spf-perl \ 53 accept set acl_m_spf = ${run{SPF_QUERY_COMMAND \
54 --ip ${quote:$sender_host_address} \ 54 --ip ${quote:$sender_host_address} \
55 --identity ${if def:sender_address_domain \ 55 --identity ${if def:sender_address_domain \
56 {--scope mfrom --identity ${quote:$sender_address}} \ 56 {--scope mfrom --identity ${quote:$sender_address}} \