Howto check
number of emails in the mail queue:
To check the
email ID, sender and receiver of the each email:
To
delete frozen emails from the mail queue, execute:
Code:
exim -bp | grep frozen | awk {print $3} | xargs exim -Mrm
similarly, to delete emails sent using a script
Code:
exim -bp | grep <> | awk {print $3} | xargs exim -Mrm