Skip to content

Instantly share code, notes, and snippets.

@fduran
Created April 29, 2014 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fduran/11400900 to your computer and use it in GitHub Desktop.
Save fduran/11400900 to your computer and use it in GitHub Desktop.
# Postfix mail review
# look at logs
tail /var/log/mail.log
tail /var/log/mail.err
# view queue
mailq
# delete deferred messages in queue
postsuper -d ALL deferred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment