Exim Exim is a mail transfer agent which is used on Unix-like operating systems for sending,receiving and routing the email messages. Exim is a free software […]
It might be due to the fact that your InterNet Service Provider, who is providing your internet connection, may be blocking port 25. This stops you […]
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 […]