summaryrefslogtreecommitdiff
path: root/test/confs/0576
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0576')
-rw-r--r--test/confs/05766
1 files changed, 6 insertions, 0 deletions
diff --git a/test/confs/0576 b/test/confs/0576
index 5b023d280..3c0a4f830 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 = ${if eq {normal}{$local_part} {} {${bless:$local_part}}}
logwrite = using queue '$queue_name'
+not_smtp:
+ accept
+ queue = example
+
#---------------
begin routers