X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0..5c161fa615ab4a2d40170fedd71d1b9a7f079ff6:/test/confs/2119 diff --git a/test/confs/2119 b/test/confs/2119 index f4c228650..64987c8c0 100644 --- a/test/confs/2119 +++ b/test/confs/2119 @@ -1,13 +1,8 @@ # Exim test configuration 2119 -exim_path = EXIM_PATH -keep_environment = -host_lookup_order = bydns +.include DIR/aux-var/tls_conf_prefix + primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -34,17 +29,7 @@ begin acl check_recipient: accept hosts = : 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:\ - ECDHE-RSA-AES256-GCM-SHA384:\ - ECDHE-RSA-AES128-GCM-SHA256 + !encrypted = * accept @@ -64,7 +49,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