How to check spamming on server..
exim -bpc
If this is change very fast then it seems spamming is on server also you can check using
tail -f /var/log/exim_mainlog
some times client can spam using scripting that time above using above you can’t find error log so you can use
tail -f /var/log/message or ps -aux | grep dm.cgi








If you are open to having a guest blog poster please reply and let me know. I will provide you with unique content for your blog, thanks.
Thanks for the comments. You can send your unique content to my email address rushivispute1@gmail.com, then we will add it on my blog
Try these too
#grep “cwd=” /var/log/exim_mainlog|awk ‘{for(i=1;i<=10;i++){print $i}}'|sort|uniq -c|grep cwd|sort -n
#exim -bp | exiqsumm -c