Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0482
1 # Exim test configuration 0482
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = accept
10 acl_smtp_data = a1
11
12 queue_only
13
14 # ----- ACL -----
15
16 begin acl
17
18 a1:
19 require verify = header_syntax
20 accept
21
22
23 # End