by Aromal Rajagopal | Mar 23, 2010 | Quick fixes, Technical |
Issue : It seems that by default, it is set to reject mails with a spam score of more than 20 at SMTP time. How to change the value of spam score for rejecting the mails at SMTP time ? Solution : You can do that by doing the following : 1. Go to WHM >> Main >> Service...
by Aromal Rajagopal | Mar 18, 2010 | Quick fixes, Technical |
Issue : The server hostname was changed. Ever since that, secure access such as http://servername.new:2087 redirects to https://servername.old:2087 Fix : This happens when the SSL certificate has not been reset for the services. Go to WHM >> Manage Service SSL...
by Aromal Rajagopal | Mar 4, 2010 | Quick fixes, Technical |
Issue : How to enable SuPHP ? Solution : Login to WHM. Go to “Service Configuration >> Apache Configuration >> Configure PHP and Suexec” and check if SuPHP is available in the drop down menu. If it is available then select it and save the configuration...
by Aromal Rajagopal | Feb 22, 2010 | Quick fixes, Technical |
Issue : Whenever a new account is created, the server sends out an email notification. Where can this setting be accessed and modified? Fix : Just go to WHM >> Basic cPanel/WHM Setup >> Server Contact Email Address. You can make the required changes...
by Aromal Rajagopal | Feb 15, 2010 | Quick fixes, Technical |
Issue : How to turn off the bandwidth monitoring module in cPanel ? Solution : Go to WHM >> Service Configuration >> Service Manager. Look for ‘cPBandwd’. Make sure that the check box besides that is unchecked. Save the settings and that should be it...
by Aromal Rajagopal | Feb 15, 2010 | Quick fixes, Technical |
Issue : How can a large file, say 1GB, for some testing purposes be created? Solution : Use the following command : dd if=/dev/zero of= filename bs=1024 count=1024number of 0’s Replace ‘filename’ with the actual filename. Replace ‘number of...