Testsuite: Use explicit interface for send to localhost
[exim.git] / test / confs / 0540
index 641335f6bccb057786ad1e015095dce55ac94afa..f9a23f306fd67dc537af8086cd96356491a306d9 100644 (file)
@@ -41,6 +41,7 @@ t1:
   driver = smtp
   hosts = 127.0.0.1
   port = PORT_S
+  interface = 127.0.0.1
   allow_localhost
   helo_data = ${if eq{$domain}{yes1}{localhost}{aname}}
 
@@ -48,6 +49,7 @@ t2:
   driver = smtp
   hosts = 127.0.0.1
   port = PORT_S
+  interface = 127.0.0.1
   allow_localhost
 
 # End