Mail Queue Monitoring
Mail queue Monitoring
Jump to: navigation, search
Shared server
We use spam experts for incomming mails so if the queue is high means it’s 80% for sure spamming.
Check queue and verify what is accumluated in the queue.
To clear bad mails and frozen mails please use.
exim -bp | grep 'frozen'| awk '{print $3}' | xargs exim -Mrm
exim -bp | grep '<>'| awk '{print $3}' | xargs exim -Mrm
Monitor process and check whether spamming is caused by any scripts if so null route the same.
Monitor maillog and check whether spamming is from mailbox or not.