Fix CVE-2016-1531
[exim.git] / test / confs / 0156
1 # Exim test configuration 0156
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 domainlist local_domains = test.ex
14 qualify_domain = test.ex
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 alias:
22   driver = redirect
23   data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
24   file_transport = appendfile
25   forbid_blackhole
26   forbid_file
27   forbid_include
28   forbid_pipe
29   retry_use_local_part
30
31
32 # ----- Transports -----
33
34 begin transports
35
36 appendfile:
37   driver = appendfile
38   file = DIR/test-mail/$local_part
39   user = CALLER
40
41
42 # ----- Retry -----
43
44 begin retry
45
46 * * F,5d,1d
47
48
49 # End