diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-12 19:19:58 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-12 19:19:58 +0100 |
commit | 7ade712cc84d7f822f04baf2f46daee81701174d (patch) | |
tree | ba134c340b0c63193b600f589f0326506ccb01a0 /test/confs/4201 | |
parent | 5a886ce7f82d5add6fdbf17a6ed698f13abb748d (diff) |
smtp output
Diffstat (limited to 'test/confs/4201')
-rw-r--r-- | test/confs/4201 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/confs/4201 b/test/confs/4201 index 7d9af4bf3..3b87cd5fc 100644 --- a/test/confs/4201 +++ b/test/confs/4201 @@ -15,8 +15,10 @@ acl_smtp_rcpt = check_recipient trusted_users = CALLER log_selector = +received_recipients +.ifdef SERVER queue_only queue_run_in_order +.endif smtputf8_advertise_hosts = * @@ -34,6 +36,8 @@ check_recipient: begin routers +.ifdef SERVER + fail_remote_domains: driver = redirect domains = ! +local_domains @@ -43,6 +47,16 @@ localuser: driver = redirect data = :blackhole: +.else + +rmt: + driver = manualroute + route_data = <;[127.0.0.1]:PORT_D + transport = rmt_smtp + self = send + +.endif + # ----- Transports ----- begin transports @@ -57,4 +71,7 @@ local_delivery: X-received-count: $received_count" return_path_add +rmt_smtp: + driver = smtp + # End |