Add caseless option to verify=not_blind. Bug 2356
[exim.git] / test / confs / 4650
CommitLineData
55997e6c
JH
1# Exim test configuration 4650
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9dmarc_tld_file = DIR/aux-fixed/TESTNUM.tldfile
10
11acl_smtp_rcpt = accept
12acl_smtp_data = check_data
13
14queue_only
15
16begin acl
17
18check_data:
19 accept hosts = HOSTIPV4
20 spf = pass : !pass
21 dmarc_status = none : !none
22 logwrite = dmarc_status <$dmarc_status>
23 logwrite = dmarc_status_text <$dmarc_status_text>
24 logwrite = dmarc_used_domain <$dmarc_used_domain>
25 logwrite = dmarc_domain_policy <$dmarc_domain_policy>
26 logwrite = ${authresults {$primary_hostname}}
27
28# End