TLS: Session resumption, under the EXPERIMENTAL_TLS_RESUME build option.
[users/jgh/exim.git] / test / aux-var-src / tls_conf_prefix
index e357b996d3a4794dc2111eb17cf101b3ee01aac7..1c464f63e6d8ebc4c99c50c63b0e1b5803c99401 100644 (file)
@@ -1,4 +1,4 @@
-keep_environment = PATH
+keep_environment = PATH:SSLKEYLOGFILE
 exim_path = EXIM_PATH
 host_lookup_order = bydns
 spool_directory = DIR/spool
@@ -13,3 +13,13 @@ gecos_pattern = ""
 gecos_name = CALLER_NAME
 dns_cname_loops = 9
 chunking_advertise_hosts =
+
+.ifdef _HAVE_REQTLS
+tls_advertise_requiretls =
+.endif
+.ifdef _HAVE_PIPE_CONNECT
+pipelining_connect_advertise_hosts = :
+.endif
+.ifdef _HAVE_DMARC
+dmarc_tld_file =
+.endif