In this article Hostripples will show you how to remove emails from mail queue for a specific Sender/Receiver.
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