Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0574
1 # Exim test configuration 0574
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_mail = chk_mail
10 acl_smtp_rcpt = chk_rcpt
11 acl_smtp_data = chk_data
12
13 queue_only
14
15 # ----- ACL -----
16
17 begin acl
18
19 chk_mail:
20 accept control = debug/tag=_1
21
22 chk_rcpt:
23 accept control = debug/kill
24
25 chk_data:
26 accept control = debug/tag=_2/opts=+all
27
28 # End