I have an abuse report for an email which only contains a message ID. How can I find the recipient email address in Postfix sent emails?
I searched the logs with cat /var/log/mail.log } grep [ID] -C 20
but the message details I see do not appear to be the right email because the mail server host does not match the abuse report.. I can't determine if I'm getting the queue ID or the message ID.