Fix crash after TLS channel shutdown
[exim.git] / test / confs / 0608
... / ...
CommitLineData
1# Exim test configuration 0608
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
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