Hintsdb transactions
[exim.git] / test / confs / 0612
index 786b2e58eac82d6d608f70945c26049044c3db6e..f4f4272461e52be4f404d01d74ab226a1f4356d1 100644 (file)
@@ -24,14 +24,18 @@ queue_only
 queue_run_in_order
 
 
+.ifdef _HAVE_EVENT
 event_action = ${acl {ev_log}}
+.endif
 
 #
 
 begin acl
 
+.ifdef _HAVE_EVENT
 ev_log:
   accept logwrite = event $event_name
+.endif
 
 rcpt:
   accept       hosts = HOSTIPV4
@@ -76,20 +80,26 @@ begin transports
 
 smtp:
   driver =     smtp
+.ifdef _HAVE_EVENT
   event_action = ${acl {ev_log}}
+.endif
   hosts_try_fastopen = :
 
 bad_tpt:
   driver =     smtp
   connect_timeout = 1s
+.ifdef _HAVE_EVENT
   event_action = ${acl {ev_log}}
+.endif
 
 tofile:
   driver = appendfile
   file = DIR/test-mail/$local_part
   create_file = DIR/test-mail
   user = CALLER
+.ifdef _HAVE_EVENT
   event_action = ${acl {ev_log}}
+.endif
 
 begin retry