Add new errors mail_4xx, data_4xx, lost_connection, tls_required.
[exim.git] / test / confs / 0112
CommitLineData
afda344b
PH
1# Exim test configuration 0112
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13acl_smtp_rcpt = check_recipient
14acl_smtp_data = check_message
15
16domainlist local_domains = test.ex
17qualify_domain = test.ex
18
19
20# ----- Routers -----
21
22begin routers
23
24alias:
25 driver = redirect
26 allow_defer
27 data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.alias}}
28 file_transport = appendfile
29 pipe_transport = pipe
30 retry_use_local_part
31
32
33# ----- Transports -----
34
35begin transports
36
37appendfile:
38 driver = appendfile
39 user = CALLER
40
41pipe:
42 driver = pipe
43 user = CALLER
44
45
46# End