1) To see the number of emails in the queue along with the size you can use > exim -bp |exiqsumm
2) To check the number of frozen emails use > exim -bpr | grep frozen | wc –l
3) To remove just the frozen emails use > exiqgrep -z -i | xargs exim –Mrm
4) To remove all the emails from a specific mail id use > exiqgrep -i -f [email protected] | xargs exim -Mrm
5) To view mail header of exim > exim -Mvh Message ID
6) To view email body of exim > exim -Mvb Message ID
7) To run mail queue forcefully > exim -q -v
2) To check the number of frozen emails use > exim -bpr | grep frozen | wc –l
3) To remove just the frozen emails use > exiqgrep -z -i | xargs exim –Mrm
4) To remove all the emails from a specific mail id use > exiqgrep -i -f [email protected] | xargs exim -Mrm
5) To view mail header of exim > exim -Mvh Message ID
6) To view email body of exim > exim -Mvb Message ID
7) To run mail queue forcefully > exim -q -v