While accessing site, if you are getting default cPanel page in borwser, then it seems to be problem with virtual host entry in apache conf. How to resolve it? vim /usr/local/apache/conf/httpd.conf Check if virtual host entry missing, if missing add it. Copy another domains virtual host entry and in notepad replace it with your domain […]
See MoreTag: hostripples
Disable webmail interface for One domain
How to disable ‘Horde’ and ‘Neomail’ for single user or domain on cPanel server Just go through following steps: vim /var/cpanel/users/anydomain_user and add the following lines in it. skiphorde = 1 skipneomail = 1 Thats it.
See MorePERM_FAILURE: SMTP Error
If you are getting following exim error logs, PERM_FAILURE: SMTP Error (state 9): 550-ug-out-1314.google.com [xx.xx.92.175] is currently not permitted to relay 550-through this server. Perhaps you have not logged into the pop/imap server 550-in the last 30 minutes or do not have SMTP Authentication turned on in your 550 email client. Fix: Just remove the […]
See More