Skip to content

Instantly share code, notes, and snippets.

@n3t0cfg
Created November 19, 2014 18:45
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 n3t0cfg/139f5d9d6c808421ee43 to your computer and use it in GitHub Desktop.
Save n3t0cfg/139f5d9d6c808421ee43 to your computer and use it in GitHub Desktop.
Return only the number of mails on postfix queue
#!/bin/bash
# Return only the number of mails on postfix queue
mailq | grep Requests. | gawk '{print $5}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment