X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/91d08eb383184828de154a118152a334e74f7668..600dc06981df5a906125f8442c36056a117412d4:/test/confs/0227 diff --git a/test/confs/0227 b/test/confs/0227 index ed988ac85..a0b85c287 100644 --- a/test/confs/0227 +++ b/test/confs/0227 @@ -24,6 +24,8 @@ check_recipient: !verify = sender/callout=no_cache deny hosts = V4NET.0.0.3 !verify = recipient/callout=no_cache + deny hosts = V4NET.0.0.7 + !verify = recipient/callout=no_cache,use_sender,random deny hosts = V4NET.0.0.5 !verify = sender/callout=no_cache/check_postmaster deny hosts = V4NET.0.0.6 @@ -77,13 +79,15 @@ all: begin transports smtp: - driver = smtp - port = PORT_S + driver = smtp + port = PORT_S + interface = ${if eq {bindfail}{$local_part} {1.1.1.1}{}} + hosts_try_fastopen = : lmtp: - driver = smtp - port = PORT_S - protocol = lmtp + driver = smtp + port = PORT_S + protocol = lmtp # ----- Retry -----