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 tls_advertise_hosts =
11
12 # ----- Main settings -----
13
14 domainlist local_domains = test.ex
15 qualify_domain = test.ex
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 alias:
23   driver = redirect
24   data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
25   file_transport = appendfile
26   forbid_blackhole
27   forbid_file
28   forbid_include
29   forbid_pipe
30   retry_use_local_part
31
32
33 # ----- Transports -----
34
35 begin transports
36
37 appendfile:
38   driver = appendfile
39   file = DIR/test-mail/$local_part
40   user = CALLER
41
42
43 # ----- Retry -----
44
45 begin retry
46
47 * * F,5d,1d
48
49
50 # End