X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F2002;h=679dccf96c24bf22ab1ea4796f993ccf3a1018b0;hb=bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0;hp=b154c82d3afcb91ccb363eb53102c77f2e17bee4;hpb=f926e27276301de1e2fd011b7edcd1b85d8c4754;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/2002 b/test/confs/2002 index b154c82d3..679dccf96 100644 --- a/test/confs/2002 +++ b/test/confs/2002 @@ -1,6 +1,7 @@ # Exim test configuration 2002 exim_path = EXIM_PATH +keep_environment = host_lookup_order = bydns primary_hostname = myhost.test.ex spool_directory = DIR/spool @@ -40,7 +41,8 @@ check_recipient: DES-CBC3-SHA : \ DHE_RSA_AES_256_CBC_SHA1 : \ DHE_RSA_3DES_EDE_CBC_SHA : \ - RSA_AES_256_CBC_SHA1 + RSA_AES_256_CBC_SHA1 : \ + ECDHE_RSA_AES_256_GCM_SHA384 warn logwrite = ${if def:tls_in_ourcert \ {Our cert SN: <${certextract{subject}{$tls_in_ourcert}}>} \ {We did not present a cert}} @@ -63,6 +65,7 @@ check_recipient: logwrite = md5 fingerprint ${md5:$tls_in_peercert} logwrite = sha1 fingerprint ${sha1:$tls_in_peercert} logwrite = sha256 fingerprint ${sha256:$tls_in_peercert} + logwrite = der_b64 ${base64:$tls_in_peercert} # ----- Routers -----