Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0106
1 # Exim test configuration 0106
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 all:
16 driver = manualroute
17 route_list = * 127.0.0.1
18 self = send
19 transport = smtp
20 no_more
21
22
23 # ----- Transports -----
24
25 begin transports
26
27 smtp:
28 driver = smtp
29 command_timeout = 1s
30 final_timeout = 1s
31 port = PORT_S
32 hosts_try_fastopen = :
33
34 # ----- Retry -----
35
36
37 begin retry
38
39 * * F,1h,1s
40
41
42 # End