X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3f0f8e6c10e1beb36d335c02692466c8911e4942..36d65c9fc4bd2f0f260439fa624b667e29e5a280:/test/confs/5892 diff --git a/test/confs/5892 b/test/confs/5892 index 4e6883fc2..0aec9bfaf 100644 --- a/test/confs/5892 +++ b/test/confs/5892 @@ -15,7 +15,11 @@ acl_smtp_helo = check_helo acl_smtp_rcpt = check_recipient log_selector = +received_recipients +tls_resumption +tls_peerdn +.ifdef _OPT_OPENSSL_NO_TLSV1_3_X openssl_options = +no_sslv2 +no_sslv3 +single_dh_use OPTION +.else +openssl_options = +no_sslv2 +no_sslv3 +single_dh_use +.endif tls_advertise_hosts = * # Set certificate only if server @@ -82,6 +86,9 @@ send_to_server1: hosts = 127.0.0.1 port = PORT_D helo_data = helo.data.changed +.ifdef HELO_MSG + host_name_extract = HELO_MSG +.endif .ifdef VALUE tls_resumption_hosts = * .else