X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F2024;h=ea3b2820653801fcbf2578074626b3cadcca9868;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=c59e975deb3c1c590ba31c5fdd05d0478adfb589;hpb=d502442ac32f8964f6cf86469869cecb035d12c0;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/2024 b/test/confs/2024 index c59e975de..ea3b28206 100644 --- a/test/confs/2024 +++ b/test/confs/2024 @@ -3,14 +3,9 @@ CERT=DIR/aux-fixed/cert1 TVC=/dev/null -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/tls_conf_prefix + primary_hostname = myhost.test.ex -rfc1413_query_timeout = 0s -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -27,4 +22,6 @@ tls_verify_hosts = HOSTIPV4 #tls_verify_certificates = TVC tls_verify_certificates = CERT +# so we can decode in wireshark +tls_require_ciphers = NORMAL:-KX-ALL:+RSA # End