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