X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b9fd0b2293f8e24978655161662565290792ec41..e3c771232d4f02c907c5ac7bb037c67a7dd63c8b:/test/confs/5895?ds=sidebyside diff --git a/test/confs/5895 b/test/confs/5895 index d279b1e3e..c83c70926 100644 --- a/test/confs/5895 +++ b/test/confs/5895 @@ -92,7 +92,9 @@ send_to_server1: tls_verify_certificates = CDIR/CA/CA.pem tls_verify_cert_hostnames = ${if match {$local_part}{^noverify} {*}{:}} tls_try_verify_hosts = * +.ifdef _HAVE_EVENT event_action = ${acl {log_resumption}} +.endif send_to_server2: driver = smtp @@ -102,7 +104,9 @@ send_to_server2: hosts_try_fastopen = : tls_verify_certificates = CDIR/CA/CA.pem tls_verify_cert_hostnames = : +.ifdef _HAVE_EVENT event_action = ${acl {log_resumption}} +.endif # ----- Retry -----