X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fconfs%2F5720;h=90626629035092f0917aa2aee72b8eca983a49c1;hb=00b35aee4cdc8a002b537d51585f925aba19db09;hp=e2ef60bdd6ca952b08f48b378bf80c58333fc8c8;hpb=4b4a0e99e3329ce10b2bf1bbaae91836a4a20e3d;p=exim.git diff --git a/test/confs/5720 b/test/confs/5720 index e2ef60bdd..906266290 100644 --- a/test/confs/5720 +++ b/test/confs/5720 @@ -3,13 +3,9 @@ SERVER= -exim_path = EXIM_PATH -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/SERVER%slog -gecos_pattern = "" -gecos_name = CALLER_NAME timezone = UTC # ----- Main settings ----- @@ -73,6 +69,10 @@ logger: acl = ev_msg $event_name $acl_arg2 accept condition = ${if eq {tls} {${listextract{1}{$event_name}}}} message = ${acl {ev_tls}} + accept condition = ${if eq {smtp:ehlo}{$event_name}} + logwrite = $tls_out_cipher smtp:ehlo $event_data + logwrite = cipher_ $tls_out_cipher_std + logwrite = ver: $tls_out_ver accept # ----- Routers -----