Skip to content

Instantly share code, notes, and snippets.

@xeiter
Created February 2, 2016 07:02
Show Gist options
  • Save xeiter/433dd6ed9bc187c025f1 to your computer and use it in GitHub Desktop.
Save xeiter/433dd6ed9bc187c025f1 to your computer and use it in GitHub Desktop.
Linux - email
# List of messages in teh queue and get the MESSAGE_ID of the message
mailq | grep "search something"
# Read specific message by its MESSAGE_ID
postcat -q MESSAGE_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment