Inbound spam to domain/email users

Inbound spam is the scourge of the modern internet and, the inconvenience to users aside, can cause serious performance and resource issues on the server. These can affect both the server overall and the timely deliver of clean email in particular. The best way to tackle inbound spam is at the entry point into the […]

See More

Access denied for user ‘mailwatch’@’localhost’ (using password: YES)

In MailWatch I am getting MySQL Errors such as “Could not connect to database: Access denied for user ‘mailwatch’@’localhost’ (using password: YES)”. How can I fix it? perl /usr/local/cPanel/whostmgr/docroot/cgi/mailwatch/install/mwadd.pl Above command should fix your issue.

See More

WordPress showing Blank page !!

If WordPress Permalink shows blankpage, do below [root@server1 ~]# vi /wp-admin/includes/misc.php and change the line as indicated below Search for function got_mod_rewrite and replace below like in it . From $got_rewrite = apache_mod_loaded(‘mod_rewrite’, true); //old line with false negative; To $got_rewrite = true;//force the response to true as we know mod_rewite is installed

See More