appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 0533
CommitLineData
9b8fadde
PH
1# Exim test configuration 0533
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
9b8fadde 5primary_hostname = myhost.test.ex
9b8fadde
PH
6
7# ----- Main settings -----
8
9b8fadde 9
9b8fadde 10
75758eeb
PH
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = redirect
17 local_part_prefix = file-
18 local_part_suffix = =*
0d2e392e 19 data = DIR/test-mail/${bless:${substr_1:$local_part_suffix}}
75758eeb
PH
20 file_transport = t1
21
22r2:
23 driver = redirect
24 local_part_prefix = pipe-
25 local_part_suffix = =*
e2cebd74 26 caseful_local_part = true
75758eeb
PH
27 data = |${substr_1:$local_part_suffix}
28 pipe_transport = t2
29
30
31# ----- Transports -----
32
33begin transports
34
35t1:
36 driver = appendfile
37 envelope_to_add
38 user = CALLER
39 batch_max = 10
9b8fadde 40
75758eeb
PH
41t2:
42 driver = pipe
43 user = CALLER
44 batch_max = 10
9b8fadde
PH
45
46# End