0

clear the frozen emails in exim

What are the commands to check and clear the frozen emails in exim (MTA)? 

Breach-vulnerability Add a comment
markdjokovic
asked Sep 26 2018

Answer

0

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
Add a comment
gokulravichandran2
asked Sep 28 2018
edited Oct 30 2018
Post your Answer