Re: example showing how to track bad/bounce emails

2011-04-03 Thread Andrew Beverley
On Thu, 2011-03-31 at 12:56 -0400, Wietse Venema wrote: marshall: 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

example showing how to track bad/bounce emails

2011-03-31 Thread marshall
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

Re: example showing how to track bad/bounce emails

2011-03-31 Thread Wietse Venema
marshall: 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

Re: example showing how to track bad/bounce emails

2011-03-31 Thread marshall
of bounced emails. I don't need to be 100% accurate, just reasonably comprehensive. Marshall From: Wietse Venema wie...@porcupine.org To: Postfix users postfix-users@postfix.org Sent: Thu, March 31, 2011 12:56:14 PM Subject: Re: example showing how to track bad/bounce

Re: example showing how to track bad/bounce emails

2011-03-31 Thread Wietse Venema
marshall: 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. Wietse: You could use the documented