DMARC: check for empty filename for TLD file. Patch testsuite to not break on missin...
[exim.git] / test / aux-var-src / tls_conf_prefix
CommitLineData
7b283890 1keep_environment = PATH
d4dc049f 2exim_path = EXIM_PATH
d4dc049f
JH
3host_lookup_order = bydns
4spool_directory = DIR/spool
5
6.ifdef SERVER
7log_file_path = DIR/spool/log/SERVER%slog
8.else
9log_file_path = DIR/spool/log/%slog
10.endif
11
12gecos_pattern = ""
13gecos_name = CALLER_NAME
d8d9f930 14dns_cname_loops = 9
aa368db3 15chunking_advertise_hosts =
8ac90765
JH
16
17.ifdef _HAVE_REQTLS
18tls_advertise_requiretls =
19.endif
ee8b8090
JH
20.ifdef _HAVE_PIPE_CONNECT
21pipelining_connect_advertise_hosts = :
22.endif
590fd9ee
JH
23.ifdef _HAVE_DMARC
24dmarc_tld_file =
25.endif