appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 5201
CommitLineData
afda344b
PH
1# Exim test configuration 5201
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10system_filter = DIR/aux-fixed/TESTNUM.filter
11move_frozen_messages
12
13
14# ----- Routers -----
15
16begin routers
17
18no_freeze:
19 driver = accept
20 local_parts = notfrozen
21 retry_use_local_part
22 transport = local_delivery
23
24freeze_all:
25 driver = queryprogram
26 retry_use_local_part
27 command = /bin/echo freeze forced freeze
28 command_user = CALLER
29
30
31# ----- Transports -----
32
33begin transports
34
35local_delivery:
36 driver = appendfile
0d2e392e 37 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
38 user = CALLER
39
40
41# ----- Retry -----
42
43
44begin retry
45
46* * F,5d,1d
47
48
49# End