Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0033
1 # Exim test configuration 0033
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 domainlist local_domains = test.ex : *.test.ex
10
11 # ----- Routers -----
12
13 begin routers
14
15 all:
16 driver = manualroute
17 domains = ! +local_domains
18 route_list = * 127.0.0.1 byname
19 self = send
20 transport = smtp
21 no_more
22
23 d1:
24 driver = redirect
25 no_check_local_user
26 file = DIR/aux-fixed/TESTNUM.list
27 forbid_file
28 forbid_filter_reply
29 forbid_pipe
30 one_time
31 retry_use_local_part
32
33
34 # ----- Transports -----
35
36 begin transports
37
38 smtp:
39 driver = smtp
40 port = PORT_S
41 hosts_try_fastopen = :
42
43 # End