diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-08 12:43:06 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-08 12:44:11 +0100 |
commit | dc7e5e528d1193fdd82676e451ac32751f28851b (patch) | |
tree | 638e61a77ace5d184353e29eb6677cda603b75b1 /test/confs/0574 | |
parent | 5aba2a452669cc19defd5732e2512984ecd1603e (diff) |
testcase
Diffstat (limited to 'test/confs/0574')
-rw-r--r-- | test/confs/0574 | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/test/confs/0574 b/test/confs/0574 index aa3e93a9e..722988a29 100644 --- a/test/confs/0574 +++ b/test/confs/0574 @@ -13,8 +13,7 @@ tls_advertise_hosts = log_selector = +received_recipients +sender_on_delivery -acl_smtp_rcpt = accept queue = \ - ${if or {{eq {SERVER}{server}}{eq {normal}{$local_part}}} {} {$local_part}} +acl_smtp_rcpt = accept queue = ${if eq {normal}{$local_part} {} {$local_part}} queue_only queue_run_in_order @@ -22,24 +21,17 @@ queue_run_in_order begin routers -dump: - driver = redirect - condition = ${if eq {SERVER}{server}{yes}{no}} - data = :blackhole: - all: - driver = manualroute - route_list = * 127.0.0.1 - self = send - transport = out + driver = accept + transport = dump #--------------- begin transports -out: - driver = smtp - port = PORT_D +dump: + driver = pipe + command = true # End |