DMARC: check for empty filename for TLD file. Patch testsuite to not break on missin...
[exim.git] / test / confs / 0619
1 # Exim test configuration 0619
2
3 LOG_SELECTOR=
4
5 keep_environment = PATH
6 exim_path = EXIM_PATH
7 spool_directory = DIR/spool
8
9 log_file_path = DIR/spool/log/%slog
10
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13 chunking_advertise_hosts =
14 tls_advertise_hosts =
15
16 .ifdef _HAVE_DMARC
17 dmarc_tld_file =
18 .endif
19
20 primary_hostname = myhost.test.ex
21 queue_only
22
23 # ----- Main settings -----
24
25 log_selector = LOG_SELECTOR
26
27 acl_not_smtp = accept
28
29
30 # End