appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 0241
... / ...
CommitLineData
1# Exim test configuration 0241
2
3exim_path = EXIM_PATH/junk
4keep_environment =
5host_lookup_order = bydns
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10tls_advertise_hosts =
11
12.ifdef _HAVE_DMARC
13dmarc_tld_file =
14.endif
15
16# ----- Main settings -----
17
18qualify_domain = test.ex
19
20system_filter = DIR/aux-fixed/TESTNUM.filter
21system_filter_reply_transport = address_reply
22
23
24# ----- Routers -----
25
26begin routers
27
28all:
29 driver = accept
30 retry_use_local_part
31 transport = local
32
33
34# ----- Transports -----
35
36begin transports
37
38local:
39 driver = appendfile
40 file = DIR/test-mail/${bless:$local_part}
41 user = CALLER
42
43address_reply:
44 driver = autoreply
45 user = EXIMUSER
46
47
48# ----- Retry -----
49
50
51begin retry
52
53* * F,5d,1d
54
55
56# End