X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/0781a8a50694b18cc1cf30e90a7d127ef0bfe7e9..e2be2df5c0760e2b6a7870c88ad486a23f5e4b01:/test/confs/0179

diff --git a/test/confs/0179 b/test/confs/0179
index 381b41caf..4efe92f94 100644
--- a/test/confs/0179
+++ b/test/confs/0179
@@ -8,7 +8,7 @@ primary_hostname = myhost.test.ex
 
 queue_run_in_order
 # incoming_interface is used here to get the _outgoing_ local port
-log_selector = +outgoing_port +incoming_interface
+log_selector = +outgoing_port +incoming_interface +received_recipients
 
 
 # ----- Routers -----
@@ -20,6 +20,7 @@ all:
   route_list = * 127.0.0.1 byname
   self = send
   transport = smtp
+  errors_to = ""
   no_more
 
 
@@ -30,6 +31,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----