IMAP电子邮件问题 – 不正确的密码login

不久前,我的电子邮件突然停止工作。 该电子邮件托pipe在一个cPanel服务器上,似乎只是我的帐户(我有两个不同的电子邮件,在两个域都不工作),每个人都elses帐户工作正常。

它在cPanel中的Webmail上工作正常,但是当我尝试使用Thunderbird时,Thunderbird告诉我,我的login信息是不正确的,当它与Webmail工作正常。

我检查了/ var / logs / maillog,我看到很多这样的条目:

May 6 18:23:09 zeta dovecot: imap-login: Disconnected (auth failed, 3 attempts in 14 secs): user=<[email protected]>, method=PLAIN, rip=My.Home.IP, lip=the.server.IP, T LS, session=<8r9+sML4lABCHw5Q> 

我用my.home.ipreplace了我的IP,然后用server.ipreplace了服务器IP,并用[email protected]replace了电子邮件

IMAP服务器是Dovecot,并且服务器正在运行cPanel,cPHulk被禁用。

我已经尝试更改帐户密码,删除和读取帐户,重新启动所有的电子邮件服务,重新启动cPanel,并重新启动服务器本身..这些都没有奏效。 我不知道接下来要做什么。

即时通讯不知道有关的cPanel,但如果你看看这个文件:
vi /etc/dovecot/dovecot.conf

 ## ## Authentication processes ## # Log unsuccessful authentication attempts and the reasons why they failed. #auth_verbose = no # Even more verbose logging for debugging purposes. Shows for example SQL # queries. #auth_debug = no # In case of password mismatches, log the passwords and used scheme so the # problem can be debugged. Requires auth_debug=yes to be set. #auth_debug_passwords = no 

更改为是,您将看到有关您的问题的所有信息。