debian experimental exim-daemon-heavy config
[exim.git] / test / aux-var-src / tls_conf_prefix
... / ...
CommitLineData
1keep_environment = PATH:EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK
2add_environment = SSLKEYLOGFILE=DIR/spool/sslkeys
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5spool_directory = DIR/spool
6
7.ifdef SERVER
8log_file_path = DIR/spool/log/SERVER%slog
9.else
10log_file_path = DIR/spool/log/%slog
11.endif
12
13gecos_pattern = ""
14gecos_name = CALLER_NAME
15dns_cname_loops = 9
16chunking_advertise_hosts =
17
18.ifdef _HAVE_REQTLS
19tls_advertise_requiretls =
20.endif
21.ifdef _HAVE_PIPE_CONNECT
22pipelining_connect_advertise_hosts = :
23.endif
24.ifdef _HAVE_DMARC
25dmarc_tld_file =
26.endif