From ca3a4e2e4e9d3a3bf7459e0ec527006e58114e4a Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 9 Aug 2020 15:35:04 -0400 Subject: [PATCH] auth: use $tls_in_cipher and not $tls_cipher Should have been doing this since we rebased on 4.84. --- conf.d/auth/30_exim4-config_examples | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/auth/30_exim4-config_examples b/conf.d/auth/30_exim4-config_examples index f1de5d4..9a86883 100644 --- a/conf.d/auth/30_exim4-config_examples +++ b/conf.d/auth/30_exim4-config_examples @@ -216,7 +216,7 @@ hcoop_plain: }}{|}{ }}}}}} \ {saslauthd {{$auth2}{$auth3}{exim4}}}}} server_set_id = $auth2 - server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}} + server_advertise_condition = ${if eq{$tls_in_cipher}{}{}{*}} hcoop_login: driver = plaintext @@ -229,5 +229,5 @@ hcoop_login: }}{|}{ }}}}}} \ {saslauthd {{$auth1}{$auth2}{exim4}}}}} server_set_id = $auth1 - server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}} + server_advertise_condition = ${if eq{$tls_in_cipher}{}{}{*}} -- 2.20.1