Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cpanel:webmail-unable-to-log-in [2015-10-16 19:41:27] (current)
rory.blanchard created
Line 1: Line 1:
 +====== Unable to log in to Webmail inside of cPanel (Horde, Roundcube, Squirrelmail) ======
 +
 +If you are unable to log in to any of the webmail clients, start by checking the secure log.
 +
 +<code>
 +tail /var/log/secure
 +</code>
 +
 +If you see something like the following:
 +
 +<code>
 +dovecot-wrap error changing uids: error: 1 (Operation not permitted)
 +</code>
 +
 +This means that the dovecot-wrap program has the wrong permissions set. To resolve this, you will need to set the suid permission on that program. You can do this by issuing the following command:
 +
 +<code>
 +chmod 4750 /usr/local/cpanel/bin/dovecot-wrap
 +</code>
 +
 +This will set the correct permissions and resolve the issue.
 +\\
 +\\
 +\\