Fix CVE-2016-1531
[exim.git] / test / confs / 5202
1 # Exim test configuration 5202
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 qualify_domain = test.ex
15
16 system_filter = DIR/aux-fixed/TESTNUM.filter
17 move_frozen_messages
18 split_spool_directory
19
20
21 # ----- Routers -----
22
23 begin routers
24
25 freeze_all:
26 driver = queryprogram
27 retry_use_local_part
28 command = /bin/echo freeze forced freeze
29 command_user = CALLER
30
31
32 # ----- Retry -----
33
34
35 begin retry
36
37 * * F,5d,1d
38
39
40 # End