X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/4fab92fbc2b63bac2d89c1dae69fa1845cb640b7..5c161fa615ab4a2d40170fedd71d1b9a7f079ff6:/test/confs/0179 diff --git a/test/confs/0179 b/test/confs/0179 index fdd5fb10c..4efe92f94 100644 --- a/test/confs/0179 +++ b/test/confs/0179 @@ -7,7 +7,8 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- queue_run_in_order -log_selector = +outgoing_port +# incoming_interface is used here to get the _outgoing_ local port +log_selector = +outgoing_port +incoming_interface +received_recipients # ----- Routers ----- @@ -19,6 +20,7 @@ all: route_list = * 127.0.0.1 byname self = send transport = smtp + errors_to = "" no_more @@ -29,6 +31,7 @@ begin transports smtp: driver = smtp port = PORT_S + hosts_try_fastopen = : # ----- Retry -----