How can one view the text or message of an email in Postfix? For example, I can use # mailq to display items currently in queue. I can then # grep <queueid> /var/log/maillog to see the log entries related to this message. How would I view the message if it's being held?
Thanks!
