diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0999 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/test/confs/0999 b/test/confs/0999 index 80d261f5f..6ec62b6a4 100644 --- a/test/confs/0999 +++ b/test/confs/0999 @@ -13,11 +13,18 @@ log_selector = +sender_on_delivery +millisec # ----- Main settings ----- -acl_smtp_rcpt = accept +acl_smtp_rcpt = chk_rcpt -queue_only +smtp_accept_queue_per_connection = 0 queue_fast_ramp +begin acl + +chk_rcpt: + warn condition = ${if eq {local-smtp}{$received_protocol}} + control = queue_only + accept + # ----- Routers ----- begin routers |