X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/d5b80e59458182b2d557a929a18cb8c70cd56b68..811622b672d4a4cf3d71fbd66810a66adf76826e:/test/confs/2107 diff --git a/test/confs/2107 b/test/confs/2107 index 679367315..1f96800e3 100644 --- a/test/confs/2107 +++ b/test/confs/2107 @@ -16,7 +16,6 @@ queue_only queue_run_in_order tls_advertise_hosts = * -tls_require_ciphers = AES256-SHA # Set certificate only if server @@ -46,7 +45,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 @@ -55,11 +54,13 @@ send_to_server1: allow_localhost hosts = 127.0.0.1 port = PORT_D + hosts_try_fastopen = : send_to_server2: driver = smtp allow_localhost hosts = HOSTIPV4 port = PORT_D + hosts_try_fastopen = : # End