|
|
Question : Sendmail mailq is backed up! Need to delete selective mail.
|
|
I have sendmail 8.12. To make a long story short, I have Spam Assassin software; I send all of my labeled spam to a mail account at yahoo. I fell behind on dumping my yahoo mail so once it filled up all mail was sent back to my server. Well, once it goes to my box it gets sent back to yahoo and the evil loop begins.
My question is how can I delete the messages from my mailq that are labeled deferred?
Thanks,
Bill
|
Answer : Sendmail mailq is backed up! Need to delete selective mail.
|
|
There's too many files there. Use 'find /var/spool/mqueue -type f -exec rm {} \;
|
|
|
|