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 :)
> >
> >
> >I'dd like to see how postfix logs this type of information.
> >
> >  
> That would be unlikely because of legal, ethical and business privacy 
> issues.
> 
> If you need a few lines showing a particular event, I'd be happy to 
> help, but the chances of anybody sending you logs of real traffic are 
> very poor.

Nor is this necessary, a few minutes of logs on the OP's own system
should suffice.

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
agents such as smtp(8), lmtp(8), local(8), virtual(8), pipe(8), error(8)
and discard(8). The queue manager logs the removal of a queue file when
all the recipients are delivered or bounced. Various (usually DNS-related)
warnings are logged routinely by smtpd(8). The lmtp(8)/smtp(8) delivery agent
logs failures to connect to non-final MX hosts, and other connection
related issues that may happen before a recipient's status is finally
logged.

-- 
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[EMAIL PROTECTED]>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.

Reply via email to