markdjokovic
asked Sep 26 2018
Answer
In order to view the frozen mails
exim -bp
For checking the number of frozen mails
exim -bp | grep forzen | wc -l
Now for clearing those emails
exiqgrep -z -i | xargs exim -Mrm
gokulravichandran2
asked Sep 28 2018
edited Oct 30 2018
clear the frozen emails in exim
What are the commands to check and clear the frozen emails in exim (MTA)?