Skip to content

Instantly share code, notes, and snippets.

@fedir
Created December 16, 2019 14:06
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 fedir/7708f54663a8912ae5f669a9a81543b9 to your computer and use it in GitHub Desktop.
Save fedir/7708f54663a8912ae5f669a9a81543b9 to your computer and use it in GitHub Desktop.
Show Postfix's mail queue content
for emails in `mailq | awk '/^[0-9A-F][0-9A-F]/{print $1}'`; do postcat -q $emails;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment