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