X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b3ce3e5440ea0ce5e3580aa9a0fa18c88214a286..c3d7f28680dda05ca6d8415cffbff8a233c0ae74:/test/confs/0576 diff --git a/test/confs/0576 b/test/confs/0576 index d6c0a1dc5..1b147aa45 100644 --- a/test/confs/0576 +++ b/test/confs/0576 @@ -7,6 +7,8 @@ SERVER = log_selector = +received_recipients +sender_on_delivery acl_smtp_rcpt = rcpt +acl_not_smtp_start = not_smtp + queue_only queue_run_in_order @@ -19,6 +21,10 @@ rcpt: queue = ${extract {$local_part} {normal="" alternate=alternate lowpri=lowpri}} logwrite = using queue '$queue_name' +not_smtp: + accept + queue = example + #--------------- begin routers