I'm looking for a solution that when sending out newsletters, for those e-mails that bounced, it updates the corresponding record in mysql for the e-mail with number of bounces and the latest bounce code error.
I've found bouncehandler.php class so far, but in it's example it checks for .eml files in a directory... so not sure how one would use it on a RHEL4 Linux server along with dovecot pop3 and sendmail.
I've searched the boards and google for hours, and nothing.... someone here must have a working solution for this as it's common requirement by e-mail service providers now to require bouncing e-mails to be removed from lists.
Help me out. Thanks in advance.