X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0240e7a160721a53365aaa3bd10bb6f3de3f9f15..4613203eae8d2dae9b877f724c52825850c105b7:/test/confs/1110 diff --git a/test/confs/1110 b/test/confs/1110 index 64309442e..30d1c3a2d 100644 --- a/test/confs/1110 +++ b/test/confs/1110 @@ -17,7 +17,7 @@ tls_certificate = DIR/aux-fixed/cert1 tls_privatekey = DIR/aux-fixed/cert1 tls_verify_hosts = HOSTIPV4 -tls_verify_certificates = DIR/aux-fixed/cert2 +tls_verify_certificates = DIR/aux-fixed/exim-ca/example.org/server2.example.org/ca_chain.pem # ------ ACL ------ @@ -47,7 +47,8 @@ begin transports local_delivery: driver = appendfile - file = DIR/test-mail/${bless:$local_part} + file = DIR/test-mail/$local_part + create_file = DIR/test-mail .ifdef _HAVE_GNUTLS headers_add = TLS: cipher=$tls_cipher peerdn/cn '${listextract {-1} {<, $tls_in_peerdn}}' .endif