How to delete frozen emails?

You can delete the frozen emails by using the following command from shell but make sure that you have logged in as a root user.

exim -bp | awk ‘$6~”frozen” { print $3 }’ | xargs exim -Mrm

 

Both comments and pings are currently closed.

Comments are closed.