Symptoms
The Webmail login page shows a "Connection to storage server failed" message, and an error similar to the following can be found in the maillog.
Aug 29 21:55:01 23-105-175-248 dovecot[493135]: imap(493949): Error: Failed to initialize quota: Invalid quota root quota2: Invalid rule *:bytes=unlimitedk: Invalid bytes limit: unlimitedk
Description
The issue occurs when cPanel's user cache becomes corrupt. To correct the issue, the cache needs to be rebuilt.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Move the cPanel
users.cachefolder out of the way.mv -v /var/cpanel/users.cache{,.$(date +%s)} - Restart Dovecot.
/usr/local/cpanel/scripts/restartsrv_dovecot
- Restart the cPanel service.
/usr/local/cpanel/scripts/restartsrv_cpsrvd
Comments
0 comments
Article is closed for comments.