/var/log/exim_mainlog – logs every email that is processed by Exim/var/log/exim_rejectlog information about all rejected emails/var/log/exim_paniclog error related to Exim itself Exim has it’s own version of grep: exigrep...
These are some tips that I picked up over the years working with cPanel & WHM. Set Unlimited email quota in cPanel In cPanel email quota is saved for each domain name in a quota file located inside /home/username/etc/domain.com/ So to set an...
Here are my top 10 du commands with examples: Disk usage for all files in dir This is the most basic usage of the du command: du /path/to/folder Human Readable format By default du command prints size in Disk Blocks, to use human-readable format...
While migrating Prestashop 1.7 to another hosting or domain name, it’s necessary to change the domain name directly in the database using PHPMyAdmin and rewrite the .htaccess file afterward. There are 4 values that need to be edited inside the...
on cPanel by default the main domain name has public_html for the root directory, but can it be changed? Sure, here is a guide on how to change root directory from public_html for the main domain in cPanel. Edit the following files:...
By default MailScanner does not allow double extensions in attachment file names, e.g. presentation.exe.pdf and I don’t want to point fingers but Microsoft Exchange has a vulnerability where files with long names that have multiple dots in the...
Here is how to fix high physical memory usage for cPanel users without any running processes. Memory Usage cPanel In cPanel graphs on the right sidebar “Physical Memory Usage” contains “Cached” memory in its calculation which...
By far MySQL is the most popular Relational database management system and knowing which MySQL version you are running can be important in some situations. Here are different ways to check the version of the MySQL server installed on your WHM/...