Re: New script to parse the postfix logs

2017-01-13 Thread Joan AymĂ 
Hi, This script may help you: https://github.com/vdukhovni/postfix/tree/master/postfix/auxiliary/collate Maybe there are other scripts on sources that can help you. But most of times you need to write a solution that fits your needs. Regards. ![](https://link.nylas.com/open/czhp

Re: New script to parse the postfix logs

2017-01-12 Thread Geert Stappers
On Thu, Jan 12, 2017 at 04:51:22PM -0700, James Reynolds wrote: > So I've been working on this script for about a year or so. I know > about pflogsumm but it is pretty inaccurate for my logs. > > https://github.com/magnusviri/postfix_log_parse > > I've probably made most of the changes I'm going

New script to parse the postfix logs

2017-01-12 Thread James Reynolds
So I've been working on this script for about a year or so. I know about pflogsumm but it is pretty inaccurate for my logs. https://github.com/magnusviri/postfix_log_parse I've probably made most of the changes I'm going to for awhile (other projects are calling my attention) so I wanted to pu