X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3f0f8e6c10e1beb36d335c02692466c8911e4942..ee549a2ed04164407f4f897be3bf545f32579c5c:/test/confs/5891?ds=inline diff --git a/test/confs/5891 b/test/confs/5891 index 89ee8fd53..ff50b2b2e 100644 --- a/test/confs/5891 +++ b/test/confs/5891 @@ -93,7 +93,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 @@ -103,7 +105,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 -----