X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/92914be2140997c19f610d7f5f17fa0d9c347b9c..32a167571d19dc17c709616320917276e8d82c3b:/test/confs/0612 diff --git a/test/confs/0612 b/test/confs/0612 index 786b2e58e..f4f427246 100644 --- a/test/confs/0612 +++ b/test/confs/0612 @@ -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