Fix CVE-2016-1531
[exim.git] / test / confs / 0415
1 # Exim test configuration 0415
2
3 ARG1=40M
4 ARG2=1.0
5 VALUE=0
6
7 exim_path = EXIM_PATH
8 keep_environment =
9 host_lookup_order = bydns
10 rfc1413_query_timeout = 0s
11 spool_directory = DIR/spool
12 log_file_path = DIR/spool/log/%slog
13 gecos_pattern = ""
14 gecos_name = CALLER_NAME
15
16 # ----- Main settings -----
17
18 primary_hostname = mail.test.ex
19 qualify_domain = test.ex
20
21 check_spool_space = ARG1
22 queue_only_load = ARG2
23
24 finduser_retries = VALUE
25
26 # End