Skip to content

Instantly share code, notes, and snippets.

@jmolinasoler
Created February 29, 2016 21:42
Show Gist options
  • Save jmolinasoler/3c1c2c9f47e8a11a5db3 to your computer and use it in GitHub Desktop.
Save jmolinasoler/3c1c2c9f47e8a11a5db3 to your computer and use it in GitHub Desktop.
remove all messages
mailq|grep -E '^\w+\s+'|awk '{print $1;}'|xargs -n 1 sudo postsuper -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment