Thunderbird 78 无法连接到 Exchange 支持的 IMAP 帐户

Xop*_*ter 4 exchange thunderbird imap

其他问题外,升级到 Thunderbird 78 后,它现在无法连接到我的个人电子邮件帐户。我的个人电子邮件帐户是基于 Exchange 的——我无法控制它——但它作为一个普通的 IMAP 帐户在 Thunderbird 68 和我的手机上工作得很好,例如。有没有其他人有这方面的运气?

Rob*_*ert 6

Thunderbird 78 现在使用与 Firefox 相同的默认设置进行 TLS 连接:默认情况下只允许使用 TLS 1.2+。

如果您的 Exchange 服务器有点旧并且仅支持 TLS 1.1,则 Thunderbird 无法连接到 IMAP 服务器。

让 Thunderbird 再次连接到该服务器的方法是通过设置 Thunderbird 配置条目再次允许 TLS 1.0/1.1

security.tls.version.min = 1 
Run Code Online (Sandbox Code Playgroud)
  • 1 = 允许 TLS 1.0-1.3
  • 2 = 允许 TLS 1.1-1.3
  • 3 = 允许 TLS 1.2-1.3(Thunderbird 78 以来的新默认值)

Mozilla 文档 security.tls.version

附录:请注意,因为 SMTP 服务器是 Windows 的一部分而不是 Exchange 的一部分,所以通常支持 SMTP 上的 TLS1.2(SMTP 使用 Windows 的 TLS 库,但 Exchange 有它自己的较旧的 TLS 库)。