Add new errors mail_4xx, data_4xx, lost_connection, tls_required.
[exim.git] / test / confs / 1006
CommitLineData
afda344b
PH
1# Exim test configuration 1006
2
3SERVER=
4D6=
5
6exim_path = EXIM_PATH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
9rfc1413_query_timeout = 0s
10spool_directory = DIR/spool
11log_file_path = DIR/spool/log/SERVER%slog
12gecos_pattern = ""
13gecos_name = CALLER_NAME
14
15# ----- Main settings -----
16
17qualify_domain = test.ex
18D6
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = dnslookup
26 local_parts = dnslookup
27 transport = smtp
28
29r2:
30 driver = manualroute
31 local_parts = manualroute
32 route_list = * 46.test.ex
33 transport = smtp
34
35
36
37
38
39# ----- Transports -----
40
41begin transports
42
43smtp:
44 driver = smtp
45
46
47# End