Hello; I've been searching around for a while, but I've not found any documentation or examples that show how you can configure Postfix to log bad/bounce/failed emails to MySQL or how to read a log file and parse the bad/bounce/failed emails out of it.
The application I'm working on needs to detect emails that bounce and ideally remove them from the database. If Postfix can insert the bounced emails into a db table (or a log file that just contains the bad email addres, one per line), that would make it pretty easy to run a cron job to remove these bad emails from the application's user database. If you know of any online guides/links, I'd appreciate it. Thanks; Marshall