X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fconfs%2F3465;h=9486f501612f26502abeaefef5c22fa29ff0a3b4;hb=0886a95e57e47c507ad3a52e3c9d3581ee7b6ddc;hp=adadeb0591f66b0a99cecca66147f5b435dfa811;hpb=6c512171a8449f14cc284e13aabc0153d9977c43;p=exim.git diff --git a/test/confs/3465 b/test/confs/3465 index adadeb059..9486f5016 100644 --- a/test/confs/3465 +++ b/test/confs/3465 @@ -5,7 +5,6 @@ HOSTS_AVOID_TLS= 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 = "" @@ -36,7 +35,7 @@ plain: server_condition = "\ ${if and {{eq{$2}{userx}}{eq{$3}{secret1}}}{yes}{no}}" server_set_id = $2 - client_condition = ${if !eq {$tls_cipher}{}} + client_condition = ${if !eq {$tls_out_cipher}{}} client_send = ^userx^secret1 login: @@ -67,8 +66,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