e6c7884365e3d32d8d2819c82bacf22983f1b303
[exim.git] / test / confs / 4650
1 # Exim test configuration 4650
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 dmarc_tld_file = DIR/aux-fixed/TESTNUM.tldfile
10
11 acl_smtp_rcpt = accept
12 acl_smtp_data = check_data
13
14 queue_only
15
16 begin acl
17
18 check_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