Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0570
CommitLineData
506900af
JH
1# Exim test configuration 0570
2# multi_domain option on smtp transport
3
4OPTION =
5
d4dc049f
JH
6.include DIR/aux-var/std_conf_prefix
7
506900af
JH
8
9# ----- Main settings -----
10
11primary_hostname = primary.test.ex
12qualify_domain = test.ex
13queue_only
14queue_run_in_order
15
16
17# for server
18acl_smtp_rcpt= discard
19
20# ----- Routers -----
21
22begin routers
23
24all:
25 driver = manualroute
26address_data = $domain
27 route_list = * 127.0.0.1 byname
28 self = send
29 transport = smtp
30
31# ----- Transports -----
32
33begin transports
34
35smtp:
36 driver = smtp
37 port = PORT_D
277b9979 38 hosts_try_fastopen = :
506900af 39 OPTION
c7769c13 40 max_parallel = 1
506900af
JH
41
42# End