How to deletemail queue

Questions and answers about how to do stuff
Post Reply
bennhana
Posts: 2
Joined: 02 Jan 2025 06:05

How to deletemail queue

Post by bennhana »

Hi

I am failing to delete an email in queue using this command

sudo find /var/spool/MailScanner/milterin* -type f -exec grep -irl "<email address>" {} \; -exec rm -vf {} \;

Is there another command that I can use?
Attachments
Mailqueue.PNG
Mailqueue.PNG (15.48 KiB) Viewed 1351 times
User avatar
Aryfir
Posts: 34
Joined: 04 Sep 2020 13:52

Re: How to deletemail queue

Post by Aryfir »

Try this:

Code: Select all

postsuper -d ALL
bennhana
Posts: 2
Joined: 02 Jan 2025 06:05

Re: How to deletemail queue

Post by bennhana »

Thanks for the response.I was able to resolve this.
Post Reply