Created
January 6, 2014 09:31
-
-
Save iammart/8280288 to your computer and use it in GitHub Desktop.
[EXIM] Mail Queue
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
| # Report | |
| /usr/sbin/exim -bp | /usr/sbin/exiqsumm | |
| # Remove all in queue | |
| /usr/sbin/exim -bp | awk '/^ *[0-9]+[mhd]/{print "/usr/sbin/exim -Mrm " $3}' | bas | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment