Created
January 13, 2014 10:50
-
-
Save hermzz/8398233 to your computer and use it in GitHub Desktop.
postfix howto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 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