Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0608
CommitLineData
1705dd20
JH
1# Exim test configuration 0608
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
1705dd20 5primary_hostname = myhost.test.ex
1705dd20
JH
6
7# ----- Main settings -----
8
9acl_smtp_helo = check_helo
10
11
12# ----- ACLs -----
13
14begin acl
15
16check_helo:
17 require verify = helo
18 accept logwrite = helo $sender_helo_name dnssec <$sender_helo_dnssec>
19
20# End