13e61d99489e461bfde25dbf037b4d9ec84e6826
[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 host_lookup_order = bydns
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13
14 # ----- Main settings -----
15
16 primary_hostname = mail.test.ex
17 qualify_domain = test.ex
18
19 check_spool_space = ARG1
20 queue_only_load = ARG2
21
22 finduser_retries = VALUE
23
24 # End