update to pre-4.87 master
[exim.git] / test / confs / 0415
CommitLineData
afda344b
PH
1# Exim test configuration 0415
2
3ARG1=40M
4ARG2=1.0
5VALUE=0
6
7exim_path = EXIM_PATH
8host_lookup_order = bydns
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
bfe645c1 13tls_advertise_hosts =
afda344b
PH
14
15# ----- Main settings -----
16
17primary_hostname = mail.test.ex
18qualify_domain = test.ex
19
20check_spool_space = ARG1
21queue_only_load = ARG2
22
23finduser_retries = VALUE
24
25# End