diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-03 21:48:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-03 21:48:21 +0100 |
commit | 6641ba45c04b15d2d565c6e9bc6d37e6e731c49c (patch) | |
tree | 7e2133d62e6b37d663c2ec729934dedbb2c59d58 /test/confs | |
parent | 4aaeaddeaa130a227a694d32b7214689e982a39e (diff) |
Log fast-ramp queue-run trigger
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 |