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