X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/e9477a08d2d1f528b1f127f1d563d77e2cf24a22..fc96d1e87f4a25db713996b2ae2daf8a0e62575d:/test/confs/2102 diff --git a/test/confs/2102 b/test/confs/2102 index 88453ed66..804a846bf 100644 --- a/test/confs/2102 +++ b/test/confs/2102 @@ -3,7 +3,6 @@ exim_path = EXIM_PATH host_lookup_order = bydns primary_hostname = myhost.test.ex -rfc1413_query_timeout = 0s spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" @@ -37,12 +36,15 @@ check_recipient: deny hosts = HOSTIPV4 !encrypted = AES256-SHA : \ AES256-GCM-SHA384 : \ + AES128-GCM-SHA256 : \ IDEA-CBC-MD5 : \ DES-CBC3-SHA : \ DHE-RSA-AES256-SHA : \ DHE-RSA-AES256-GCM-SHA384 : \ DHE_RSA_AES_256_CBC_SHA1 : \ - DHE_RSA_3DES_EDE_CBC_SHA + DHE_RSA_3DES_EDE_CBC_SHA : \ + ECDHE-RSA-AES256-GCM-SHA384 : \ + ECDHE-RSA-AES128-GCM-SHA256 warn logwrite = ${if def:tls_in_ourcert \ {Our cert SN: <${certextract{subject}{$tls_in_ourcert}}>} \ {We did not present a cert}}