Testsuite: Use explicit interface for send to localhost
[exim.git] / test / confs / 0190
index 3b34b0cad19a6dd2cca3ad8c4f89bf34d675a566..f8851fc8b27659799d3a9474b4f026850982db26 100644 (file)
@@ -94,6 +94,7 @@ smtp:
 smtp2:
   driver = smtp
   port = PORT_S
+  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
 
 smtp3:
   driver = smtp
@@ -101,6 +102,7 @@ smtp3:
   max_rcpt = 2
   connection_max_messages = 1
   port = PORT_S
+  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
 
 
 # ----- Retry -----