768f7d61428484df7b15249501131e3038a5ceaa
[exim.git] / test / confs / 0070
1 # Exim test configuration 0070
2
3 HVH=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 acl_smtp_rcpt = rcpt
16 helo_verify_hosts = ten-1.test.ex : ten-3.test.ex : HVH
17 helo_try_verify_hosts = ten-2.test.ex
18 log_selector = -host_lookup_failed
19
20
21 # ----- ACL -----
22
23 begin acl
24
25 rcpt:
26 require message = helo not verified
27 verify = helo
28
29 deny message = helo did verify
30
31 # End