diff options
author | pacien | 2019-05-29 14:43:56 +0200 |
---|---|---|
committer | pacien | 2019-05-29 14:43:56 +0200 |
commit | efaa976550e2de2e6e59e25f179aedf42d9ea1b3 (patch) | |
tree | ce7555466543277183c4ba9f8ab5cd43cd567fe3 /conf.d | |
parent | a2e9e4e2f81a27300d9bf81264176f539f4a2d57 (diff) | |
download | exim-efaa976550e2de2e6e59e25f179aedf42d9ea1b3.tar.gz |
parameterise spf query command
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/020_acl.conf | 2 |
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}} \ |