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
11 # ----- Main settings -----
12
13 qualify_domain = test.ex
14
15 system_filter = DIR/aux-fixed/TESTNUM.filter
16 move_frozen_messages
17 split_spool_directory
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 freeze_all:
25   driver = queryprogram
26   retry_use_local_part
27   command = /bin/echo freeze forced freeze
28   command_user = CALLER
29
30
31 # ----- Retry -----
32
33
34 begin retry
35
36 * * F,5d,1d
37
38
39 # End