Testsuite: Use explicit interface for send to localhost
[exim.git] / test / confs / 0413
index 8ae83dee37366e6e390541bb61fbf864edb9b6d5..bfc1aad94e32818ba631913bf583458b6c6077bf 100644 (file)
@@ -56,6 +56,7 @@ t1:
   hosts = 127.0.0.1
   allow_localhost
   port = PORT_S
+  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
 
 t2:
   driver = smtp
@@ -63,6 +64,7 @@ t2:
   hosts_override
   allow_localhost
   port = PORT_S
+  interface = 127.0.0.1
 
 
 # End