Re: sample postfix logs

2008-10-24 Thread Victor Duchovni
On Fri, Oct 24, 2008 at 02:31:32PM -0400, Ofer Inbar wrote: > Wietse Venema <[EMAIL PROTECTED]> wrote: > > There is no guarantee that mail goes from incoming->qmgr only once. > > Whenever the qmgr is restarted, mail goes back from active queue > > to incoming queue, so that it doesn't drown in a s

Re: sample postfix logs

2008-10-24 Thread Ofer Inbar
Victor Duchovni <[EMAIL PROTECTED]> wrote: > This is not difficult to solve. Write a progressive parser that saves > state just for messages that are not yet done (still in the queue). For [...] That's sort of what I described in my second paragraph. It's a workaround, but it's far from perfect,

Re: sample postfix logs

2008-10-24 Thread Wietse Venema
There is no guarantee that mail goes from incoming->qmgr only once. Whenever the qmgr is restarted, mail goes back from active queue to incoming queue, so that it doesn't drown in a sea of deferred mail. If your problem is a large incoming queue, then I suggest that you take the necessary step to

Re: sample postfix logs

2008-10-24 Thread Victor Duchovni
On Fri, Oct 24, 2008 at 01:55:05PM -0400, Ofer Inbar wrote: > Victor Duchovni <[EMAIL PROTECTED]> wrote: > > Incoming mail is logged by smtpd(8)/pickup(8) and cleanup(8). Mail > > (re)entering the active queue is logged by the queue manager, which > > logs the sender address. Deliveries to recipie

Re: sample postfix logs

2008-10-24 Thread Ofer Inbar
Victor Duchovni <[EMAIL PROTECTED]> wrote: > Incoming mail is logged by smtpd(8)/pickup(8) and cleanup(8). Mail > (re)entering the active queue is logged by the queue manager, which > logs the sender address. Deliveries to recipients are logged by delivery ... one thing I've sometimes wished for i

Re: sample postfix logs

2008-10-24 Thread Victor Duchovni
On Fri, Oct 24, 2008 at 01:16:21PM -0400, Terry Carmen wrote: > Joao Ferreira wrote: > >Hello all, > > > >Does anyone out there have some megabytes of real life production > >postfix logs (mail accepted, received, sent, refused, etc, etc)... > > > >and wouln't minf sharing them with me :) > > > >

Re: sample postfix logs

2008-10-24 Thread mouss
Joao Ferreira a écrit : > Hello all, > > Does anyone out there have some megabytes of real life production > postfix logs (mail accepted, received, sent, refused, etc, etc)... > > and wouln't minf sharing them with me :) > > > I'dd like to see how postfix logs this type of information. > if y

Re: sample postfix logs

2008-10-24 Thread Terry Carmen
Joao Ferreira wrote: Hello all, Does anyone out there have some megabytes of real life production postfix logs (mail accepted, received, sent, refused, etc, etc)... and wouln't minf sharing them with me :) I'dd like to see how postfix logs this type of information. That would be unlikely