Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: lijeshk on December 28, 2013, 07:47:16 am

Title: Login failed in webmail
Post by: lijeshk on December 28, 2013, 07:47:16 am

Webmails like Roundcube, Horde, Squirrelmail in cPanel server are not accessible, even when username and password are valid.

Below are the steps what you have to do :


Code: [Select]
root@vps [~]# /scripts/whoowns <Domain_name>
root@vps [~]#

The above command should show you the username associated with the domain name you have queried. If it doesn’t, please rename the following files to different names :
 
Code: [Select]
/etc/userdomains
/etc/trueuserdomains
/etc/trueuserowners

And run the script : “# /scripts/updateuserdomains“. It will re-generate all the usernames of the domains present in the server. Then, try accessing webmail. It should be working now.

Please note that, in some cases, you will have to check the files “/etc/localdomains” and “/etc/remotedomains” also.

--

 :)