diff options
Diffstat (limited to 'test/confs/0190')
-rw-r--r-- | test/confs/0190 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0190 b/test/confs/0190 index 3b34b0cad..f8851fc8b 100644 --- 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 ----- |