Testsuite: Use explicit interface for send to localhost
[users/heiko/exim.git] / test / confs / 0548
index 18ef2abdd4d8a40048fed6c9ab46d72522564c9d..0f990c31a0a6a9f8fc641f0e4546a30d86c6f6dc 100644 (file)
@@ -15,6 +15,7 @@ gecos_name = CALLER_NAME
 acl_smtp_connect = acl_connect
 acl_smtp_rcpt = acl_rcpt
 qualify_domain = test.ex
+queue_run_in_order
 
 
 # ----- ACLs -----
@@ -48,6 +49,7 @@ smtp:
   hosts = HOSTIPV4 : thishost.test.ex
   allow_localhost
   port = PORT_D
+  interface = ${if eq {$host_address}{127.0.0.1} {127.0.0.1}}
 
 
 # ----- Retry -----