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
/
0190
diff --git
a/test/confs/0190
b/test/confs/0190
index 3b34b0cad19a6dd2cca3ad8c4f89bf34d675a566..f8851fc8b27659799d3a9474b4f026850982db26 100644
(file)
--- a/
test/confs/0190
+++ b/
test/confs/0190
@@
-94,6
+94,7
@@
smtp:
smtp2:
driver = smtp
port = PORT_S
+ interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
smtp3:
driver = smtp
@@
-101,6
+102,7
@@
smtp3:
max_rcpt = 2
connection_max_messages = 1
port = PORT_S
+ interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
# ----- Retry -----