From the daily archives: Wednesday, June 22, 2011
Quick command if you need to remove all emails in your qmail queue
qmailctl stop
find /var/qmail/queue/mess -type f -exec rm {} \;
find /var/qmail/queue/info -type f -exec rm {} \;
find /var/qmail/queue/local -type f -exec rm {} \;
find /var/qmail/queue/intd -type f -exec rm {} \;
find /var/qmail/queue/todo -type [...]
Who Am I?
“Think of me like Yoda, but instead of being little and green I wear suits and I’m awesome. I’m your bro—I’m Broda!” – Barney Stinson
Why?
I needed to store a collection of tools and info, which I stumble across during my day to day work (Network Engineer), and i [...]
Categories