max_parallel transport option. Bug 1698
[exim.git] / test / confs / 0288
CommitLineData
afda344b 1# Exim test configuration 0288
fa41615d 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
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