Testtsuite: portability
[exim.git] / test / confs / 1008
CommitLineData
afda344b
PH
1# Exim test configuration 1008
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8queue_run_in_order
9
10
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = manualroute
17 transport = t1
18 route_list = * "127.0.0.1 : ::::1"
19 self = send
20
21
22# ----- Transports -----
23
24begin transports
25
26t1:
27 driver = smtp
28 port = PORT_S
277b9979 29 hosts_try_fastopen = :
afda344b
PH
30
31
32# ----- Retry -----
33
34begin retry
35
36* * F,1d,2h
37
38
39# End