Testsuite: Use explicit interface for send to localhost
[exim.git] / test / confs / 0215
index b513fcd6c18148fe2b7d6ee195083a3638e4b23e..1266a7e97b6f173f3cf193ad4203aeed24ed4afa 100644 (file)
@@ -1,6 +1,8 @@
 # Exim test configuration 0215
 
 IGNORE_QUOTA=false
+AUTHS=
+AUTHF=
 
 exim_path = EXIM_PATH
 host_lookup_order = bydns
@@ -43,8 +45,11 @@ lmtp:
   allow_localhost
   hosts = 127.0.0.1
   port = PORT_S
+  interface = 127.0.0.1
   protocol = LMTP
   lmtp_ignore_quota = IGNORE_QUOTA
+  AUTHS
+  AUTHF
 
 
 # ----- Retry -----