Php mail () function is used to send emails through php scripts and most of the times is used by spammers to spam from servers. Here is the way to disable it in WHM/Cpanel.
Login to WHM
Go to tweak settings
Find “Prevent the user "nobody" from sending out mail to remote addresses (PHP...
While updating a server, I got perl dependency error with Samba
# yum upgrade
.....
.....
samba-3.0.33-3.7.el5.i386 from base has depsolving problems
--> Missing Dependency: perl(Convert::ASN1) is needed by package samba-3.0.33-3.7.el5.i386 (base)
Error: Missing Dependency:...
From today, I will be writing tutorials on the usage of different control panel for web hosting, this include free control panels
- Kloxo
- Webmin
and commercial control panel
- Cpanel
- Plesk
Tutorials on more control panels will be added by the time. So keep reading...
By default smtp servers use port 25 but some of the isps block port 25 and force their users to use their smtp server to avoid spamming, however Cpanel have a simple option to add additional smtp port so that your users can use their website's smtp server to send emails.
Login into WHM.
Click...
Have you lost your wordpress blog password? No worries, you can reset it using simple steps
Open up Cpanel and click on PHPMyAdmin
Go to the database of your blog
Populate tables
Go to the table wp_users and click on browse
Click on the pencil (edit) icon next to the user you want to...
By default cpanel do not allow you to setup an Addon domain which is not pointing to your nameservers, and to solve this problem you can change the setting in "tweek setting" in WHM.
You can login to WHM, and click on "Tweek Setting" in left side bar.
Then click on "Domain" tab, and...
First verify that these setting have not already been customized, as running the commands will overwrite any changes they have made. The following command will show you whether those files exist:
ls /var/qmail/control | egrep 'timeoutremote|timeoutsmtpd|concurrencyremote'
Run following command...
Some times you get error from cpanel
Domain example.com has exceeded the max emails per hour (200) allowed. Message discarded.
Simple solution for it is
echo domain.com=10000 >> /var/cpanel/maxemails
Result will be
root@server [/]# cat /var/cpanel/maxemails
# If you update...
ahh,,,,I changed my theme to test rvskin theme, but after that I was not able to change it back to x3
Searched on google and found this simple way.
Just run below url in address bar of browser when you are login in cpanel of your...
You just have to login to your server via ssh.
Navigate to /usr/local/apache/htdocs
# cd /usr/local/apache/htdocs
And finaly edit the file index.html
# nano index.html
If you list the content of /usr/local/apache/htdocs you will see that you can also modify the content of other error pages...