在我的一台机器上,过去 2 天,雷鸟在连接到 pop3 服务器时挂起。我之前遇到过这个问题,因为服务器上的 TLS 已经过时了,我不得不更改security.tls.version.min
,但这次不是这样。
其他 2 台 PC 与该服务器没有问题,其中一台甚至使用相同的帐户。所有都是具有相同配置的 ubuntu。我在日志模式 ( MOZ_LOG=POP3:5
) 下启动了 Thunderbird,并稍微清理了输出以提高可读性:
D/POP3 LoadUrl()
D/POP3 Initialize()
I/POP3 Connecting to server mail.mymailserver.com:995
D/POP3 Setting server busy in nsPop3Protocol::LoadUrl()
I/POP3 Entering NET_ProcessPop3 0
I/POP3 Entering state: 24
I/POP3 Entering state: 25
D/POP3 Clearing server busy in POP3_FREE
D/POP3 Clearing running protocol in POP3_FREE
D/POP3 LoadUrl()
D/POP3 Initialize()
D/POP3 ~nsPop3Protocol()
D/POP3 sink: Calling ReleaseFolderLock from ~nsPop3Sink
D/POP3 sink: ReleaseFolderLock haveSemaphore = FALSE
I/POP3 Connecting to server mail.mymailserver.com:995
D/POP3 Setting server busy in nsPop3Protocol::LoadUrl()
I/POP3 Entering NET_ProcessPop3 0
I/POP3 Entering state: 24
I/POP3 Entering state: 25
D/POP3 Clearing server busy in POP3_FREE
D/POP3 Clearing running protocol in POP3_FREE
D/POP3 ~nsPop3Protocol()
D/POP3 sink: Calling ReleaseFolderLock from ~nsPop3Sink
D/POP3 sink: ReleaseFolderLock haveSemaphore = FALSE
D/POP3 LoadUrl()
D/POP3 Initialize()
I/POP3 Connecting to server mail.mymailserver.com:995
D/POP3 Setting server busy in nsPop3Protocol::LoadUrl()
I/POP3 Entering NET_ProcessPop3 0
I/POP3 Entering state: 24
I/POP3 Entering state: 25
D/POP3 Clearing server busy in POP3_FREE
D/POP3 Clearing running protocol in POP3_FREE
D/POP3 LoadUrl()
D/POP3 Initialize()
D/POP3 ~nsPop3Protocol()
D/POP3 sink: Calling ReleaseFolderLock from ~nsPop3Sink
D/POP3 sink: ReleaseFolderLock haveSemaphore = FALSE
I/POP3 Connecting to server mail.mymailserver.com:995
D/POP3 Setting server busy in nsPop3Protocol::LoadUrl()
I/POP3 Entering NET_ProcessPop3 0
I/POP3 Entering state: 24
I/POP3 Entering state: 25
D/POP3 Clearing server busy in POP3_FREE
D/POP3 Clearing running protocol in POP3_FREE
D/POP3 ~nsPop3Protocol()
D/POP3 sink: Calling ReleaseFolderLock from ~nsPop3Sink
D/POP3 sink: ReleaseFolderLock haveSemaphore = FALSE
挂起发生在最后一行之后,如果我退出,则不会再打印任何内容。Thunderbird 否则工作正常(我可以通过 SMTP 发送)。有消息在服务器上等待。知道我还应该尝试什么吗?