How to Check spamming on linux server

You can find out the details spammers from mail queue itself. you can check it by using following commends :

exim -bpc

This commands shows the total number of mails in the queue.

To check details ID,sender,Recipient,size and age of mail Run following commends :

exim -bp

By using the ID we can find the header,body and the log of message.

exim -Mvh ID

Also you can check by using “ConfigServer Mail Queues” if you running cPanel.

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.