summaryrefslogtreecommitdiff
path: root/test/confs/0574
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0574')
-rw-r--r--test/confs/05749
1 files changed, 7 insertions, 2 deletions
diff --git a/test/confs/0574 b/test/confs/0574
index 9afc55247..8703c0219 100644
--- a/test/confs/0574
+++ b/test/confs/0574
@@ -10,8 +10,6 @@ acl_smtp_mail = chk_mail
acl_smtp_rcpt = chk_rcpt
acl_smtp_data = chk_data
-queue_only
-
# ----- ACL -----
begin acl
@@ -25,4 +23,11 @@ chk_rcpt:
chk_data:
accept control = debug/tag=_2/opts=+all
+# ----- Routers -----
+
+begin routers
+
+r1:
+ driver = redirect
+ data = :blackhole:
# End