appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 0127
CommitLineData
afda344b
PH
1# Exim test configuration 0127
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.ex
afda344b
PH
6
7# ----- Main settings -----
8
9acl_smtp_rcpt = check_recipient
10local_sender_retain
11no_local_from_check
12
13
14# ----- ACL -----
15
16begin acl
17
18check_recipient:
19 accept hosts = :
20
21
22# ----- Routers -----
23
24begin routers
25
26localuser:
27 driver = accept
28 local_parts = userx
29 transport = local_delivery
30
31
32# ----- Transports -----
33
34begin transports
35
36local_delivery:
37 driver = appendfile
38 delivery_date_add
39 envelope_to_add
0d2e392e 40 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
41 return_path_add
42 user = CALLER
43
44
45# ----- Retry -----
46
47
48# End