Hintsdb transactions
[exim.git] / test / confs / 5890
index ff5adb90f32c41652adb67d6e9c876de406deb02..c81cd92f32a0c6bb78deabfe1a2b25a3312f128a 100644 (file)
@@ -103,7 +103,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
@@ -113,7 +115,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 -----