Plesk for Linux
kb: how-to
ABT: Group A
Applicable to:
- Plesk for Linux
Question
How to see the content of email message from the mail queue?
Answer
Note: Applicable for Postfix mail server only
- Log in to Plesk server using SSH
- List messages that are in mail queue:
# postqueue -p
- Rows as following might be seen:
CONFIG_TEXT: A705238B4C 603953 Wed May 23 11:09:58 john.doe@example.com
- Using the ID execute the following command to see the content of the email:
# postcat -q A705238B4C
Comments
0 comments
Please sign in to leave a comment.