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