testsuite: abstract out common conf settings
[exim.git] / test / confs / 0349
CommitLineData
afda344b
PH
1# Exim test configuration 0349
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9
10qualify_domain = test.ex
11
12
13# ----- Routers -----
14
15begin routers
16
17r1:
18 driver = redirect
19 pipe_transport = t1
20 allow_filter
21 data = "#Exim filter\npipe xxxx\n"
22 user = CALLER
23
24
25# ----- Transports -----
26
27begin transports
28
29t1:
30 driver = appendfile
31 file = DIR/test-mail/${substr_1:$address_pipe}
32 user = CALLER
33
34
35# End