X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/96eb7d2a5b86afec3b66a61a1ba8af82ab0c6d41..436c0d208b49421d3d126f7c284bc3130b50ff14:/test/confs/3451 diff --git a/test/confs/3451 b/test/confs/3451 index c3f07b948..f453873cb 100644 --- a/test/confs/3451 +++ b/test/confs/3451 @@ -61,7 +61,7 @@ begin transports local_delivery: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn user = CALLER @@ -69,8 +69,9 @@ send_to_server: driver = smtp allow_localhost hosts = 127.0.0.1 + port = PORT_D + hosts_try_fastopen = : hosts_try_auth = * hosts_noproxy_tls = PEX - port = PORT_D # End