X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ff9663026d1a318d385730c4a2c3e85508b4b00b..80dceaeced16838c894429d5c15d8699ddec5542:/test/confs/0999 diff --git a/test/confs/0999 b/test/confs/0999 index c3a2ad4d2..6ec62b6a4 100644 --- a/test/confs/0999 +++ b/test/confs/0999 @@ -13,23 +13,30 @@ 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 -client: - driver = accept - condition = ${if eq {SERVER}{server}{no}{yes}} - transport = send_to_server +drain_q: + driver = accept + condition = ${if !def:sender_host_address} + transport = send_to_server -server: - driver = accept - transport = send_to_server +targetsys: + driver = redirect + data = :blackhole: # ----- Transports -----