Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 5205
CommitLineData
afda344b
PH
1# Exim test configuration 5205
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10
11# ----- Routers -----
12
13begin routers
14
15queryprogram:
16 driver = queryprogram
17 command = /bin/echo ACCEPT transport=smtp hosts=ten-3.test.ex lookup=byname
18 command_user = nobody
19 domains = ten-3.test.ex
20 ignore_target_hosts = V4NET.0.0.0/8
21
22
23# ----- Transports -----
24
25begin transports
26
27smtp:
28 driver = smtp
29 port = PORT_S
277b9979 30 hosts_try_fastopen = :
afda344b
PH
31
32# End