Archive for the Category »E-mails issue «

What is Exim?

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…..

Category: E-mails issue  Comments off

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