Whm-cpanel
How to create Wildcard DNS
Enabling Wildcard DNS on CPanel Servers
What is wildcard DNS
Pointing all the subdomains to the same homepage of a website is called as wildcard DNS.
For example: if you want all the following domain to the single home page.
http://www.w3calculator.com
http://sub.w3calculator.com
http://whatever.w3calculator.com
http://anything.w3calculator.com
Then you have to use wildcard DNS. For this you must have ..
Stop Open Relay on cpanel
Stop Open Relay of Exim
Telnet to yourmailserver at port 25 and issue all the following commands:
telnet hostname/ip 25
helo client.server.com
mail from: xxx@somedomain.com
rcpt to: yyy@somedomain.com
If you are getting the error “554 : Relay access denied” then the server is not an open Relay
If not ..
Search spammer on cpanel server
Catch Spammers on cPanel Servers
Follow the steps given below to catch Spammers sending mails from scripts ( nobody emails )
1. Edit /etc/exim.conf
2. On the second line add :
log_selector = +address_rewrite +all_parents +arguments +connection_reject +delay_delivery +delivery_size +dnslist_defer +incoming_interface +incoming_port +lost_incoming_connection +queue_run +received_sender +received_recipients +retry_defer +sender_on_delivery +size_reject +skip_delivery +smtp_confirmation +smtp_connection +smtp_protocol_error +smtp_syntax_error ..
Create CSR key using cPanel
How to create ssl via cPanel
WebHost Manager is the control center of the CPanel / WebHost Manager package. It is used to set up and manage accounts. Use
WHM to generate your CSR and install your issued certificate.
First Step:
How to generate a CSR key
1.) Click on the Generate an SSL ..
Steps to migrate an hosting account
Restore Full Backup or cpmove File in cPanel Web Host
Using WHM cPanel you can easily restore any backups into your hosting account. If you have this backup you can also provide yourself from accidental lose of data.
We you move your hosting account moving to another server this is very much ..
UPDATING AWSTATS TO ALL DOMAINS IN SERVER
UPDATING AWSTATS TO ALL DOMAINS IN SERVER
For updating stats for single domain you can use the following script
/scripts/runweblogs username
For updating the stats for server-wide. Use the below script, this will update stats for all the domains in the server.
cd /var/cpanel/users
for i in * ; do /scripts/runweblogs $i; done
..
Change your email password
How to change your webmail password
It is very easy to change your email password through your cPanel. You can change the password of any email id once you have logged into the cPanel. You will be able to make this update even if you do not remember your current email ..
ASP on linux
How to install apache-asp on cPanel-WHM server
Apache ASP (Cpanel)
If you are looking to install ASP in your Cpanel then it is the simple. If you are if you are looking for a full fledged ASP solution on linux then check out Chilisoft ASP. But, I do not guarantee this will ..
Cant update Cpanel stats log
Cant update Cpanel stats
The following error may occur when the log is updated manually /scripts/runweblogs script.
Webalizer V2.01-10 (Linux 2.6.18-92.el5) English
Using logfile /usr/local/apache/domlogs/yourdomain.com (clf)
DNS Lookup (10): db_put fail!
db_put fail!
db_put fail!
db_put fail!
db_put fail!
db_put fail!
db_put fail!
db_put fail!
If you get the above error and unable to update the awstats or any stats log follow ..
Update exim
Q. How do I upgrade exim via whm-Cpanel?
Q. How do I upgrade my exim mail server?
Q. How do I update to the latest version of exim under cPanel Sever?
All the Cpanel scripts are located in the /scripts/ directory. To upgrade or update all most all the Cpanel software ..
Cpanel Account Migration
How to Backup and Restore a Domain Account via SSH
You can backup a domain via Cpanel. Sometimes these might be a need to backup a account without logging into the end users CPanel. In those situations the account can also be backed up via SSH by running the command ..