diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-14 17:31:44 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-14 17:31:44 +0000 |
commit | 7eb59ff94f571a06e5dab25e417979095d569495 (patch) | |
tree | 76edf8d3ce7e3af477c6ba07d74a75187bdda1b0 /test/confs/3401 | |
parent | 5c6cf6a0d5cb7da39e7fde01dca1ff862c1fa1c8 (diff) |
Revert "Testsuite: Use explicit interface for send to localhost"
This reverts commit 30079bc1d20c0473d012ef33654358cfadb0a2ff.
The buildfarm member running FreeBSD 10.0 was not fixed by that commit,
as was hoped.
Diffstat (limited to 'test/confs/3401')
-rw-r--r-- | test/confs/3401 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/confs/3401 b/test/confs/3401 index 92c0afc32..60b1a4624 100644 --- a/test/confs/3401 +++ b/test/confs/3401 @@ -62,14 +62,12 @@ 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 ----- |