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?
How to deletemail queue
How to deletemail queue
- Attachments
-
- Mailqueue.PNG (15.48 KiB) Viewed 1330 times
Re: How to deletemail queue
Try this:
Code: Select all
postsuper -d ALL
Re: How to deletemail queue
Thanks for the response.I was able to resolve this.