summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-04-06 14:07:31 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-04-12 19:20:13 +0100
commit250b68713b5810a824bb14337b98737b6b81bf53 (patch)
treed4ad59ab701bad2a244c98b155189e87842a3e32 /test/confs
parent7ade712cc84d7f822f04baf2f46daee81701174d (diff)
smtp output, no remote support
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/420114
1 files changed, 13 insertions, 1 deletions
diff --git a/test/confs/4201 b/test/confs/4201
index 3b87cd5fc..36e38bcd5 100644
--- a/test/confs/4201
+++ b/test/confs/4201
@@ -1,4 +1,7 @@
# Exim test configuration 4201
+# SMTPUTF8 handling
+
+OPTION = *
exim_path = EXIM_PATH
host_lookup_order = bydns
@@ -20,7 +23,7 @@ queue_only
queue_run_in_order
.endif
-smtputf8_advertise_hosts = *
+smtputf8_advertise_hosts = OPTION
# ----- ACL -----
@@ -28,6 +31,10 @@ smtputf8_advertise_hosts = *
begin acl
check_recipient:
+
+.ifndef SERVER
+ accept domains = *
+.endif
accept hosts = :
accept domains = +local_domains
deny message = relay not permitted
@@ -51,10 +58,15 @@ localuser:
rmt:
driver = manualroute
+ domains = +local_domains
route_data = <;[127.0.0.1]:PORT_D
transport = rmt_smtp
self = send
+hole:
+ driver = redirect
+ data = :blackhole:
+
.endif
# ----- Transports -----