How to check Postfix’s email queue and delete it .

On this post you can check the messages in the postfix queue.   1- Postfix maintains two queues, the pending mails queue, and the deferred mail queue, the differed mail queue has the mail that has soft-fail and should be retried (Temporary failure), Postfix retries the deferred queue on set intervals (configurable, and by default 5 minutes)   1- Display […]

» Read more

Exim Commands : Searching the queue with exiqgrep

Searching the queue with exiqgrep   In this article I am explaining the command usages for finding emails in Exim mail queue for particular sender or receiver. Exim includes a utility that is quite nice for grepping through the queue, called exiqgrep. Learn it. Know it. Live it. If you’re not using this, and if you’re not familiar with the […]

» Read more