git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Testsuite: Use explicit interface for send to localhost
[users/jgh/exim.git]
/
test
/
confs
/
0388
diff --git
a/test/confs/0388
b/test/confs/0388
index ec41efcafa3fd8244cd5f3a58c356aec1645b22c..4c8f2f88d37190ca1e8876d4eaab753d8b86d857 100644
(file)
--- a/
test/confs/0388
+++ b/
test/confs/0388
@@
-36,7
+36,9
@@
smtp:
driver = smtp
hosts_max_try = 1
port = PORT_S
+ interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
connect_timeout = 2s
+ address_retry_include_sender = false
# ----- Retry -----