View message body from queue

EleventySeven

Active Member
Jan 7, 2020
8
0
41
Working on a deliverability problem with Yahoo and their support form requires pasting the body of the message that is not being delivered. These messages are sitting in the Queue under Deferred Mail, and while I can easily view the headers, the body is not shown. Not only do I need to view the body to complete the support request form, I'd like to verify that the message is indeed legit before submitting a request. Any ideas?
 
deferred mail is stored by postfix (although with some meta-data added for internal processing) in /var/spool/postfix/defer/ and /var/spool/postfix/deferred (you should find it by the queue-id that you get in the logs)

I hope this helps