Archive

Posts Tagged ‘whm’

WHM – Setup private nameservers

November 1st, 2009 admin No comments

This guide will show you the ropes in how to setup cpanel nameservers and configure them properly so you can run ns1 and ns2.yoursite.com. Once your nameservers are setup clients can then use your own private nameservers for their domains.

Click here to read more......

WHM – Reset MySQL db password

October 16th, 2009 admin No comments

WHM – Reset MySQL db password  — How to reset mysql db password via WHM ?

Click here to read more......

WHM / WHM API Error – Sorry, resellers are not permitted to create subdomains of the server’s main domain

October 15th, 2009 admin No comments

Please double check the Tweak Settings page via root access to your WHM control panel. Here two related options to look for within the Domains section of the WHM Tweak Settings page:
* Allow users to park subdomains of the server’s hostname main domain.
* Allow resellers to create accounts with subdomains of the server’s hostname main domain.

Click here to read more......

cPanel WHM Scripts directory explained – Backend WHM Scripts to make administrative functions easier

October 8th, 2009 admin No comments

Scripts

When cPanel and WHM is installed, a number of predefined scripts become available in your server’s /scripts directory. You can use any of the scripts simply by typing its location in a terminal session. For example, if you wanted to run the update script, you would type:

Click here to read more......

Official cPanel/WHM Newbie Guide

October 8th, 2009 admin No comments

Source: crusialp.com

Click here to read more......

Exim Mail Segfaults and mail delivery fails using MBOX

October 7th, 2009 admin No comments

When I tried to deliver any of the messages, these messages are displayed:

Click here to read more......

cPanel Expired License Checklist

October 7th, 2009 admin No comments
SOURCE: cPanel.net

Here’s a checklist to review when you receive an “Expired License” message in cPanel/WHM. This post will be updated to reflect related FAQs from the forums.

Click here to read more......

cPanel EXIM outgoing mail error in WHM: unable to bind outgoing SMTP call to 203.104.22.35

October 6th, 2009 admin No comments

The situation is like this
in.abc.com is hosted with google apps
it is using its smtp in our server to send mails

Click here to read more......

Installing CSF Firewall

October 5th, 2009 admin No comments
Installation
============
Installation is quite straightforward:

rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh

Next, test whether you have the required iptables modules:

perl /etc/csf/csftest.pl

Don't worry if you cannot run all the features, so long as the script doesn't
report any FATAL errors

You should not run any other iptables firewall configuration script. For
example, if you previously used APF+BFD you can remove the combination (which
you will need to do if you have them installed otherwise they will conflict
horribly):

sh /etc/csf/remove_apf_bfd.sh

That's it. You can then configure csf and lfd by edit the files
directly in /etc/csf/*, or on cPanel servers use the WHM UI

References:

Click here to read more......