The most common question for beginners on linux server is “What is Exim”? we are using sendmai on Linux server then why Exim is present on server,now a days its very basic question for beginners…..
Archive for the Category »E-mails issue «
How to delete frozen emails?
You can delete the frozen emails by using following command on shell.
exim -bp | awk ‘$6~”frozen” { print $3 }’ | xargs exim -Mrm
Category: E-mails issue
Comments off
