WHM – Change account setup date manually
You can manually edit their /var/cpanel/users file Be sure to run /scripts/updateuserdomains after you do this to rebuild all of cpanels caches that use this file. Views (212)
You can manually edit their /var/cpanel/users file Be sure to run /scripts/updateuserdomains after you do this to rebuild all of cpanels caches that use this file. Views (212)
You can manually generate the notifications all account under a WHM with the following command: Delete `quotawarned` [bash] rm /var/cpanel/quotawarned [/bash] Run the following command `quotacheck` [bash] /usr/local/cpanel/scripts/quotacheck [/bash] Views (100)
Multi-tiered technical support Technical support is often subdivided into tiers, or levels, in order to better serve a business or customer base. The number of levels a business uses to organize their technical support group is dependent on a business’ needs regarding their ability to sufficiently serve their customers or users. The reason for providing[…]
The find command available in GNU/Linux shells is a versatile tool for finding files matching the given conditions in a folder and performing a specific action on the files found. The following command will find all files greater than 1M size in your current folder and ask you if you would like to delete the[…]
If you receive complaints from people sending mail to you with the following error “retry time not reached for any host after a long failure period”, it is likely due to an error with the server sending mail at their end. The Exim Retry Database has likely become corrupt and would need to be fixed[…]
How to change maximum email size in cPanel/WHM There is no max file size limit that can be sent and received, however, cPanel defaults the limit to 50mb. You can change this in cPanel. To change this do the following, Login to cPanel as admin Under Service Configuration, Click “exim Configuration Manager” Click “Advanced Editor”[…]
CSF (ConfigServer Security & Firewall) ConfigServer provides the free WHM plugin CSF, which allows you to modify your iptables rules within WHM. It is a stateful packet inspection (SPI) firewall, login and intrusion detection mechanism, and general security application for Linux servers. Important: We do not recommend that you use these examples. Instead, make certain[…]
I was facing the issue to restart “spamd”. The error messages was “The system’s command to check or to restart this service failed.” To Fix this issue. Please follow below: Via root SSH access: Please use the following to check if spamd is running: /scripts/restartsrv_spamd –status To restart spamd, the following command may be used:[…]
Updating the kernel on Red Hat Linux or CentOS Linux is a very simple process. Most commonly you will use the following command in the case of a security vulnerability, or perhaps just to verify that you’re running the most up-to-date kernel: yum -y update kernel In this case, yum is the rpm-based package manager[…]
How do I find out all large files in a directory? There is no single command that can be used to list all large files. But, with the help of find command and shell pipes, you can easily list all large files. Linux List All Large Files with condition of file size To finds all[…]