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