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