今天,在工作了很长时间后,我的邮件停止了工作。
Zend 框架返回错误
Message: Could not read from localhost
在网上搜索后,我发现它来自 Dovecot,在我的 Debian 机器上。
看着日志,它说:
server1 postfix/smtpd[15194]: fatal: no SASL authentication mechanisms
而且我找不到哪里出了问题。
今天,在工作了很长时间后,我的邮件停止了工作。
Zend 框架返回错误
Message: Could not read from localhost
在网上搜索后,我发现它来自 Dovecot,在我的 Debian 机器上。
看着日志,它说:
server1 postfix/smtpd[15194]: fatal: no SASL authentication mechanisms
而且我找不到哪里出了问题。
经过一些不幸的尝试,我决定重新启动 dovecot,它说:
Restarting IMAP/POP3 mail server: dovecotLast died with error
(see error log for more information): Time just moved backwards by 899 seconds.
This might cause a lot of problems, so I'll just kill myself now.
http://wiki.dovecot.org/TimeMovedBackwards
这让我意识到我安装了 ntp 是因为我在时间同步方面遇到了一些问题,它从超过 1000 万得到了时间,这似乎给 dovecot 带来了困难。
因此,如果这种情况发生在某人身上,请不要寻找修复 SASL 身份验证的方法,只需尝试重新启动您的 dovecot。
由于我在网上找不到一次提到这个问题,我希望这个对人们有所帮助。