Created
February 2, 2016 07:02
-
-
Save xeiter/433dd6ed9bc187c025f1 to your computer and use it in GitHub Desktop.
Linux - email
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
# 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