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 MoreTag: web hosting cheap
PERM_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 MoreWordPress: Fatal error: Out of memory
Now a days WP plugin requires more Memory and CPU so some times you get this error. To resolve this just do following things. edit Apache conf file vim /usr/local/apache/conf/httpd.conf and comment following lines #RLimitMEM 813712042 #RLimitCPU 240 Thats it.
See More