Search found 2 matches

by bennhana
09 Jan 2025 06:30
Forum: How-to
Topic: How to deletemail queue
Replies: 2
Views: 1332

Re: How to deletemail queue

Thanks for the response.I was able to resolve this.
by bennhana
02 Jan 2025 06:47
Forum: How-to
Topic: How to deletemail queue
Replies: 2
Views: 1332

How to deletemail queue

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?