Exim commands : To remove emails from mail queue for a specific Sender/Receiver

Table of Contents

In this article Hostripples will show you how to remove emails from mail queue for a specific Sender/Receiver.

mail queue, Exim commands : To remove emails from mail queue for a specific Sender/Receiver, Hostripples Web Hosting

How to remove all emails from a particular user using exiqgrep?

Do follow this command:

# exiqgrep -i -f $user | xargs exim -Mrm

                                                 Or

 

How to remove all emails to a particular user using exiqgrep?

Do follow this command:

# exiqgrep -i -r $user | xargs exim -Mrm

 

That’s it 🙂 🙂

 

Exim related post

 


Exim commands : To remove emails from mail queue for a specific Sender/Receiver, Hostripples Web Hosting
HR-ADMIN