Truncate delay when peer closes connection. Bug 348
[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
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = rcpt
16helo_verify_hosts = ten-1.test.ex : ten-3.test.ex : HVH
17helo_try_verify_hosts = ten-2.test.ex
18log_selector = -host_lookup_failed
19
20
21# ----- ACL -----
22
23begin acl
24
25rcpt:
26 require message = helo not verified
27 verify = helo
28
29 deny message = helo did verify
30
31# End