Testsuite: Use explicit interface for send to localhost
[users/jgh/exim.git] / test / confs / 0388
index ec41efcafa3fd8244cd5f3a58c356aec1645b22c..4c8f2f88d37190ca1e8876d4eaab753d8b86d857 100644 (file)
@@ -36,7 +36,9 @@ smtp:
   driver = smtp
   hosts_max_try = 1
   port = PORT_S
+  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
   connect_timeout = 2s
+  address_retry_include_sender = false
 
 # ----- Retry -----