X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5d5ad9fb16a2511ff2e0e7d4528d399f06f608da..32a167571d19dc17c709616320917276e8d82c3b:/test/confs/5892 diff --git a/test/confs/5892 b/test/confs/5892 index 571cb8e7e..77b5c9052 100644 --- a/test/confs/5892 +++ b/test/confs/5892 @@ -108,7 +108,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 @@ -118,7 +120,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 -----