Revert "Enable strict TLS certificate checks by default"

This reverts commit 6d9ff3d248.
This commit is contained in:
bjoern
2020-06-06 15:38:51 +02:00
committed by link2xt
parent 5239f2edad
commit ec441b16f1
4 changed files with 22 additions and 14 deletions

View File

@@ -177,8 +177,6 @@ lazy_static::lazy_static! {
ConfigDefault { key: Config::MvboxMove, value: "0" },
ConfigDefault { key: Config::E2eeEnabled, value: "0" },
ConfigDefault { key: Config::MediaQuality, value: "1" },
ConfigDefault { key: Config::ImapCertificateChecks, value: "0" },
ConfigDefault { key: Config::SmtpCertificateChecks, value: "0" },
]),
};