Clear Postfix queue: Revision history

From D3xt3r01.tk
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 July 2009

  • curprev 03:5303:53, 31 July 2009Admin talk contribsm 352 bytes +352 New page: ==WHAT== I want to get rid of all the weird spam queues ==HOW== for i in `mailq|grep '@' |awk {'print $1'}|grep -v '@'`; do postsuper -d $i ; done you could also just do postsuper...