Login to WHM > ModSecurity™ Vendors and under “OWASP ModSecurity Core Rule Set V3.0” click on the “+ install” link and to add a third-party rule set click on “Add Vendor” button. ModSecurity™ To...
To disable Mailman, login to WHM » Service Manager and uncheck Mailman.
Or from WHM » Server Configuration » Tweak Settings
The following script will go through all your cPanel users and their domains, and print on the terminal a list of all current email accounts. cat /etc/userdomains | sed "s/://g" | awk {'system("ls -1d /home/"$2"/mail/"$1"/* 2> /dev/null")'} | sed...
Every time you update yum it leaves package cache files on the server.
You can use the following commands to clean up yum files:
yum clean all
You may see the mysql database size as zero in cPanel >> ‘Mysql Databases’ option, though the databases contains tables and data. In order to include the size of the databases while displaying disk usage in cPanel/WHM, perform...
To increase PHPMyAdmin upload limit in cPanel edit the following file:
nano /usr/local/cpanel/3rdparty/etc/php.ini
and change the following values:
upload_max_filesize = 150M
post_max_size = 150M
If you suspect that your cPanel and WHM license is not functioning: Run either of the following commands from your server’s command line interface: curl -L lynx -dump Next, visit . cPanel license verification Enter the IP address you obtained...
ConfigServer (CSF) is advanced open-source firewall for Linux and here is how to install it on CENTOS 8 1. Disable firewalld systemctl stop firewalld systemctl disable firewalld systemctl mask firewalld 2. Install iptables yum -y install...
Account Creation Status: failed (Your system has run out of available ip addresses, or you do not have permission to use any more ip addresses. (Unable to find an ip address.) ) You receive the “Account Creation Status: failed” error...
By default, WHM gives you the option of using Spamhaus and/or Spamcop for added SPAM protection for incoming email. If you have additional DNSBL’s (DNS-based RBL’s) that you want Exim to check email against, you can easily enable them if...