Merge from master into 4.next
[exim.git] / test / confs / 0070
CommitLineData
afda344b
PH
1# Exim test configuration 0070
2
3HVH=
4
4fab92fb
HSHR
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
afda344b
PH
8
9# ----- Main settings -----
10
11acl_smtp_rcpt = rcpt
12helo_verify_hosts = ten-1.test.ex : ten-3.test.ex : HVH
13helo_try_verify_hosts = ten-2.test.ex
14log_selector = -host_lookup_failed
15
16
17# ----- ACL -----
18
19begin acl
20
21rcpt:
22 require message = helo not verified
23 verify = helo
24
25 deny message = helo did verify
26
27# End