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 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/%slog
12 gecos_pattern = ""
13 gecos_name = CALLER_NAME
14 tls_advertise_hosts =
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