Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0440
CommitLineData
afda344b
PH
1# Exim test configuration 0440
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7
8# ----- Main settings -----
9
10queue_run_in_order
11
12
13# ----- Routers -----
14
15begin routers
16
17r1:
18 driver = manualroute
19 transport = t1
20 self = send
21 route_list = * 127.0.0.1
22
23
24# ----- Transports -----
25
26begin transports
27
28t1:
29 driver = smtp
30 port = PORT_S
277b9979 31 hosts_try_fastopen = :
afda344b
PH
32 transport_filter = /bin/cat
33
34
35# End