Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 0528
CommitLineData
afda344b
PH
1# Exim test configuration 0528
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9log_selector = +outgoing_port
10
11
12# ----- Routers -----
13
14begin routers
15
16r1:
17 driver = manualroute
18 route_list = * "<= 127.0.0.1:PORT_D = \
19 127.0.0.1:PORT_D2 = \
20 [127.0.0.1]:PORT_D3 = \
21 [HOSTIPV4]:PORT_D4 = \
22 [HOSTIPV4]:PORT_N"
23
24 fallback_hosts = <= 127.0.0.1:PORT_S = [HOSTIPV4]:PORT_D
25 self = send
26 transport = t1
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = smtp
277b9979 35 hosts_try_fastopen = :
afda344b
PH
36 hosts_max_try = 20
37 allow_localhost
38
39
40# ----- Retry -----
41
42begin retry
43
44* * F,1d,1d
45
46
47# End