Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0202
CommitLineData
afda344b
PH
1# Exim test configuration 0202
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_rcpt = accept
9
10qualify_domain = test.ex
11
12queue_only
13queue_run_in_order
14
15
16# ----- Routers -----
17
18begin routers
19
20# ----- Directors -----
21
22all:
23 driver = accept
24 retry_use_local_part
25 transport = local_delivery
26
27
28# ----- Transports -----
29
30begin transports
31
32local_delivery:
33 driver = appendfile
0d2e392e 34 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
35 user = CALLER
36
37# End