appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 0395
1 # Exim test configuration 0395
2
3 TRUSTED=
4
5 .include DIR/aux-var/std_conf_prefix
6
7
8 # ----- Main settings -----
9
10 acl_smtp_rcpt = accept
11 qualify_domain = test.ex
12 smtp_max_synprot_errors = 20
13 trusted_users = TRUSTED
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 r1:
21 driver = accept
22 transport = t1
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 t1:
30 driver = appendfile
31 file = DIR/test-mail/${bless:$local_part}
32 user = CALLER
33
34 # End