Cutthrough: Reflect 5xx recipient reject from target to originator
[exim.git] / test / confs / 5400
index 5948ce8d2f843a5cbe9a39b892caef79b3dc5ed9..8cf757768a74b44cb0f9032efe410e93113f3230 100644 (file)
@@ -1,12 +1,14 @@
 # Exim test configuration 5400
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
 
 log_selector = +received_recipients
 
@@ -31,7 +33,7 @@ begin routers
 
 dns:
   driver = dnslookup
-  domains = localhost.test.ex : thishost.test.ex
+  domains = localhost.test.ex : localhost4.test.ex : thishost.test.ex
   self = send
   transport = smtp
 
@@ -43,6 +45,7 @@ all:
   transport = ${if eq {special_tpt}{$local_part} {smtp2}{smtp}}
   headers_remove = X-hdr-rtr
   headers_add =    X-hdr-rtr-new: $h_X-hdr-rtr:+++
+  errors_to =     ""
   no_more