Re: postfix explicit logging all failures in maillog

2010-02-22 Thread Wietse Venema
ram: > > Record "status=deferred" just like "status=bounced" or "status=sent", > > and when a message expires, use the last "status=deferred" information. > > > Thats a painful workaround. :-( Writing a clean log parser especially > when your logs can get rotated anytime in between. For the nex

Re: postfix explicit logging all failures in maillog

2010-02-22 Thread ram
On Mon, 2010-02-22 at 07:13 -0500, Wietse Venema wrote: > ram: > > > > On Sat, 2010-02-20 at 14:30 -0500, Victor Duchovni wrote: > > > On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote: > > > > > > > One of our clients sends contract notes to their customers and they > > > > require to store a

Re: postfix explicit logging all failures in maillog

2010-02-22 Thread Wietse Venema
ram: > > On Sat, 2010-02-20 at 14:30 -0500, Victor Duchovni wrote: > > On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote: > > > > > One of our clients sends contract notes to their customers and they > > > require to store all logs of deliveries/bounces by some law. > > > > > > They have requ

Re: postfix explicit logging all failures in maillog

2010-02-22 Thread ram
On Sat, 2010-02-20 at 14:30 -0500, Victor Duchovni wrote: > On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote: > > > One of our clients sends contract notes to their customers and they > > require to store all logs of deliveries/bounces by some law. > > > > They have requirements like > > >

Re: postfix explicit logging all failures in maillog

2010-02-20 Thread Wietse Venema
Victor Duchovni: > On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote: > > > One of our clients sends contract notes to their customers and they > > require to store all logs of deliveries/bounces by some law. > > > > They have requirements like > > > > * The log should contain the full date

Re: postfix explicit logging all failures in maillog

2010-02-20 Thread Victor Duchovni
On Sat, Feb 20, 2010 at 03:43:25PM +0530, ram wrote: > One of our clients sends contract notes to their customers and they > require to store all logs of deliveries/bounces by some law. > > They have requirements like > > * The log should contain the full date including year > * The log line s

postfix explicit logging all failures in maillog

2010-02-20 Thread ram
One of our clients sends contract notes to their customers and they require to store all logs of deliveries/bounces by some law. They have requirements like * The log should contain the full date including year * The log line should indicate full info --> sender,rcpt,datetime,size,status I ha