Add new errors mail_4xx, data_4xx, lost_connection, tls_required.
[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
8rfc1413_query_timeout = 0s
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
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