ERROR: Connection dropped by IMAP server. Query: SELECT "INBOX"

If you get the following error while trying to connect to your webmail client:

ERROR: Connection dropped by IMAP server. Query: SELECT "INBOX"

Solution -

The exact error message could be obtained by using below command - 
tail - f /var/log/maillog

"Error: broken sync positions in index file /home/user/mail/domainname.com/user/dovecot.index" and "Warning: fscking index file /home/user/mail/domainname.com/user/dovecot.index"

Cause: It may be because of the dovecot indexes are corrupted.

1. Delete all files named "dovecot" in the path "/home/user/mail/domainname.com/user" using 
rm -f dovecot* 
OR 
2. You can simply rename the dovecot.index page as  : mv dovecot.index dovecot.index_bk

Try to access the email that had the error, should have returned to normal.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to reset SSH port back to default port 22?

In some situations most of us may come across a problem that we are able to log into the WHM but...

How to setup the root login alert notification email?

Its very important to keep a check on your servers and who logs into the server, From security...

How to enable Open SSL on WHM?

Before enabling open SSL, you can check whether it is already enabled on your server. Please fire...

How to install mod_pagespeed on WHM?

'mod_pagespeed' is module of Apache which is nothing but plugin which is used for compressing the...

How to enable Hot Link Protection in cPanel?

To avoid other sites to use your website's bandwidth, you can enable the hot link protection....

Powered by WHMCompleteSolution