Testsuite: Use explicit interface for send to localhost
[exim.git] / test / confs / 3401
index 60b1a4624e53c35da7a12bc0870689cd6f76db75..92c0afc32276fa68e0d56e1cb6b6bbbb2aeb9a14 100644 (file)
@@ -62,12 +62,14 @@ smtp_try:
   driver = smtp
   hosts_try_auth = *
   port = PORT_S
+  interface = 127.0.0.1
   authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail}
 
 smtp_force:
   driver = smtp
   hosts_require_auth = *
   port = PORT_S
+  interface = 127.0.0.1
 
 
 # ----- Retry -----