The below script will help you to find the mail count by various accounts. grep “cwd=” /var/log/exim_mainlog|awk ‘{for(i=1;i<=10;i++){print $i}}’|sort|uniq -c|grep cwd|sort -n The number of mails […]
chkrootkit (Check Rootkit) is a common script used in linux servers, intended to help system administrators. Check their system for known rootkits You can install ChkRootKit by following […]