summaryrefslogtreecommitdiff
path: root/test/confs/4201
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/4201')
-rw-r--r--test/confs/420117
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