X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3857519629ca8fbcf3466c3fc761a5bb6ed32d53..600dc06981df5a906125f8442c36056a117412d4:/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