Install Mod evasive module on cPanel(Easy Apache 4 ): Date Posted: 23-09-2017 Mod evasive is a DDOS prevention module used to prevent DDOS prevention on HTTP level. Latest cPanel version has easy apache 4 and by default mod_evasive doesn’t come with it. Recently, cPanel added cl-ea4-experimental repository. In this post, we will… Continue Reading Install Mod evasive module on cPanel(Easy Apache 4 )

ConfigServer Mail Manage(cmm) on cPanel/WHM server Date Posted: 23-08-2017 Configserver mail manage(cmm) is an interface to manage mail accounts within WHM itself. This is free and it can be integrated easily to WHM. Prerequisites: cPanel/WHM access Server SSH access Implementation: Login to the server as root. Change the directory to… Continue Reading ConfigServer Mail Manage(cmm) on cPanel/WHM server

ConfigServer Mail Queues(cmq) on cPanel/WHM server Date Posted: 23-08-2017 Configserver Mail queue(cmq) is an interface to manage exim mail queue from WHM/cPanel. This is free and it can be integrated easily to WHM. Prerequisites: cPanel/WHM access Server SSH access Implementation: Login to the server as root. Change the directory to… Continue Reading ConfigServer Mail Queues(cmq) on cPanel/WHM server

Nikto vulnerability scan for domains|Shell script to scan cPanel accounts Date Posted: 06-05-2017 Nikto is an opensource webserver scanner which helps to perform security scan on the webserver. In this post, we will explain on how to install nikto scan tool and create a script to scan cPanel accounts. Installation:… Continue Reading Nikto vulnerability scan for domains|Shell script to scan cPanel accounts

We can use the following command to calculate the inode usage of a directory. It will be used in troubleshooting the “Disk quota” issue in cPanel server to find out which directory is using highest number of inodes ===== printf “===\nInode usage :$(pwd)\n===\n\n”;for i in `find -maxdepth 1 -type d|cut… Continue Reading Calculate inode usage

The below article explains the steps to create an email accounts in cPanel. + Login to cPanel and search email options in search Box as shown in the Below Diagram and click on “Email Accounts”     + Enter that details of your email acocunts.     + Click on… Continue Reading Create an email account in cpanel – demo

Sometimes, we will have the ssh root access without WHM access. If suppose, you want to change the package, owner, etc., for an account. In WHM, you can edit the settings easily. Here is the post to explain, how to change the account settings in backend. + Login to server… Continue Reading Edit package, Owner of an account in cPanel backend

How to allow some other extensions like .docx, .app and etc in the mailscanner? I was searching to find how to allow particular extensions in mailscanner. I have followed this post to allow the .zip extensions to  in the mailscanner. http://linux-bloggers.blogspot.in/2012/06/mailscanner-allow-zip-tar-gz-extension.html However, when I am trying to send email of… Continue Reading Mailscanner : Allow extensions like .docx, .dox,

How can I configure MailScanner to allow zip/archive files through even if they contain an exe file or other potentially dangerous filename or filetype? You can configure MailScanner to not check archives (zip, tar.gz etc). i.e When you are trying to send emails, the mail scanner should allow .zip .tar… Continue Reading Mailscanner: allow .zip .tar .gz extension in email

Detect top 10 spammers in exim Eximstats is a useful command to find spamming in the cpanel server. Execute the following command in your terminal. Exim stats can detect top 10 spammers easily via the number of emails sent out. /usr/sbin/eximstats -t10 /var/log/exim_mainlog > teststats The stats output will be… Continue Reading Exim detect top 10 spammers