X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F3465;h=dfe6b9921360700977e6ffa2c7b6acb0e0eae8b0;hb=2d5bf0979718f106016157dff7c6e7cdb01ac2b4;hp=161fff526ddd1b09aaa526dc89978fbe396e1e92;hpb=6d7c6175eda3aaa316d1960a89170a285510ad40;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/3465 b/test/confs/3465 index 161fff526..dfe6b9921 100644 --- a/test/confs/3465 +++ b/test/confs/3465 @@ -2,14 +2,9 @@ HOSTS_AVOID_TLS= -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 ----- @@ -67,8 +62,13 @@ t1: hosts = 127.0.0.1 port = PORT_D hosts_avoid_tls = HOSTS_AVOID_TLS + tls_try_verify_hosts = : hosts_require_auth = * allow_localhost + # These can be made visible by adding "-d-all+deliver+transport+tls" to the script 1st queuerun + headers_add = X-tls-cipher: <$tls_cipher> + headers_add = X-tls-out-cipher: <$tls_out_cipher> + # End