smtp output, no remote support
[exim.git] / test / confs / 4201
index 3b87cd5fcf93726db3cdc4a3f14dba2cc191f72c..36e38bcd582da6c02a7b805191ea6cf1bc543872 100644 (file)
@@ -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 -----