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