Logging Bounced messages to a Database (Postfix with virtual domains/users)
- by Gurunandan
We have a postfix installation with a couple of virtual domains each with virtual users. These domains and users are mapped using a mysql database. I have been until now tracking bounces by parsing the postfix log file. I suspect there must be better and more efficient ways of doing this. I thought of three but I am not sure what is best:
Write a…