From c909397837877adb31b55ea32401fea4164cecbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Wed, 8 Jun 2022 14:32:45 +0200 Subject: [PATCH] wiki: Fix incorrect statement about version in SMPT instructions --- SMTP-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index 2560888..8a72f4b 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -1,5 +1,5 @@ --- -> :warning: **NOTE:** Vaultwarden version before v1.24.0 had a bug/mislabelled configuration setting regarding SSL and TLS. This has been fixed in testing and newer released versions.
+> :warning: **NOTE:** Vaultwarden version before v1.25.0 had a bug/mislabelled configuration setting regarding SSL and TLS. This has been fixed in testing and newer released versions.
> The old settings were `SMTP_SSL` and `SMTP_EXPLICIT_TLS`.
> The new setting is `SMTP_SECURITY` which has the following options: `starttls`, `force_tls` and `off`.
> `SMTP_SSL=true` equals `starttls`