How to deletemail queue
Posted: 02 Jan 2025 06:47
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?
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?