对于自建的邮件服务器,使用thundbird访问时,老版本会提示证书风险,但新版本没有提示,导致无法添加新的邮件账户。
方法(转自外网):
原文:
In config editor, add network.security.ports.banned.override as a string with a value of "993"
Then go to Manage certificates->Add exception->XXX.XXX.XXX.XXX:993 - this was able to get the certificate and allowed me to add the exception.
翻译:
1、打开thundbird,进入配置设置页。
2、添加一行文本配置,并设置值为993
3、然后进入隐私与安全-管理证书-服务器-添加例外。地址栏填写你的域名或IP,记得带端口号。点击获取证书,这样就会弹出安全列外。确定即可。
5、465端口同理