summaryrefslogtreecommitdiff
path: root/test/confs/3401
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-12-13 20:18:39 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2014-12-13 20:18:39 +0000
commit30079bc1d20c0473d012ef33654358cfadb0a2ff (patch)
tree76c3ff79239fb8c65a9b017880fc7ec482db79d4 /test/confs/3401
parent36e1cc0b9acab3a1e1d891f671bd03f0e2d98980 (diff)
Testsuite: Use explicit interface for send to localhost
FreeBSD is more lax in its choice of local address to bind; the difference is just noise in testcase output.
Diffstat (limited to 'test/confs/3401')
-rw-r--r--test/confs/34012
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/3401 b/test/confs/3401
index 60b1a4624..92c0afc32 100644
--- a/test/confs/3401
+++ b/test/confs/3401
@@ -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 -----