Created
December 15, 2012 10:33
-
-
Save AntoineAugusti/4292585 to your computer and use it in GitHub Desktop.
Requeue / send mail
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
# Pour voir la mail queue | |
mailq | |
# Pour rajouter les emails en attente dans la mail queue et demander à Postfix de tenter à nouveau de les envoyer | |
postsuper -r ALL | |
postfix flush |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment