How to show users the reason for a message being bounced or rejected by Postfix?
- by Ross Bearman
A user would like to be able to view a web page showing any emails that a Postfix server has either been unable to send, or unable to receive.
For example if the user was supposed to receive an email from a third party but it hasn't arrived, they'd be able to check the web page and see a list of emails rejected by Postfix, along with a clear reason as to why.
I've been unable to find an existing application that offers this functionality. Does anyone know of any, or is the best way forward to write a script that parses the log and display the results?