auth: use $tls_in_cipher and not $tls_cipher rebase_492
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 9 Aug 2020 19:35:04 +0000 (15:35 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 9 Aug 2020 19:35:04 +0000 (15:35 -0400)
Should have been doing this since we rebased on 4.84.

conf.d/auth/30_exim4-config_examples

index f1de5d4..9a86883 100644 (file)
@@ -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}{}{}{*}}