Skip to content

Instantly share code, notes, and snippets.

@arturoleon
Created March 19, 2013 03:56
Show Gist options
  • Save arturoleon/5193620 to your computer and use it in GitHub Desktop.
Save arturoleon/5193620 to your computer and use it in GitHub Desktop.
Remove al messages from exim queue
exim -bpru|awk {'print $3'}|xargs exim -Mrm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment