Skip to content

Instantly share code, notes, and snippets.

@hermzz
Created January 13, 2014 10:50
Show Gist options
  • Select an option

  • Save hermzz/8398233 to your computer and use it in GitHub Desktop.

Select an option

Save hermzz/8398233 to your computer and use it in GitHub Desktop.
postfix howto
## Queue
- List messages
postqueue -p
- Flush the queue:
postqueue -f
- Attempt deliver of one message
postqueue -i [ID]
- Delete message
postsuper -d [ID]
postsuper -d ALL [deferred|hold|incoming|active]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment