Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0288
CommitLineData
afda344b 1# Exim test configuration 0288
fa41615d 2# serialize_hosts option on smtp transport
afda344b 3
d4dc049f
JH
4.include DIR/aux-var/std_conf_prefix
5
afda344b 6primary_hostname = myhost.test.ex
afda344b
PH
7
8# ----- Main settings -----
9
10qualify_domain = test.ex
11queue_run_in_order
12remote_max_parallel = 2
13
14
15# ----- Routers -----
16
17begin routers
18
19all:
20 driver = manualroute
21 route_list = * 127.0.0.1
22 self = send
23 transport = smtp
24
25
26# ----- Transports -----
27
28begin transports
29
30smtp:
31 driver = smtp
32 port = PORT_S
277b9979 33 hosts_try_fastopen = :
afda344b
PH
34 max_rcpt = 1
35 connection_max_messages = 1
36 serialize_hosts = 127.0.0.1
37
38
39# ----- Retry -----
40
41
42begin retry
43
44* * F,1h,10m
45
46
47# End