Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0106
CommitLineData
afda344b
PH
1# Exim test configuration 0106
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
9
10
11# ----- Routers -----
12
13begin routers
14
15all:
16 driver = manualroute
17 route_list = * 127.0.0.1
18 self = send
19 transport = smtp
20 no_more
21
22
23# ----- Transports -----
24
25begin transports
26
27smtp:
28 driver = smtp
29 command_timeout = 1s
30 final_timeout = 1s
31 port = PORT_S
277b9979 32 hosts_try_fastopen = :
afda344b
PH
33
34# ----- Retry -----
35
36
37begin retry
38
39* * F,1h,1s
40
41
42# End