From: Victor Duchovni (no email)
Date: Thu Sep 02 2004 - 17:31:29 EDT
On Thu, Sep 02, 2004 at 01:25:37PM -0700, FH wrote:
> Hi,
>
> Sorry for my delayed reply. The localhost is running AntiVirus "Vexira" which scans incoming and outgoing mails.
>
> In order to understand it better, i think the problem has two parts that needs to be answered:
>
> 1- How does postfix calculates the delay for every message delivery???
The delay that is logged is the difference between the message arrival
time into the Postfix queue (measured from the time of completion of the
"MAIL FROM:" or "RCPT TO:" command that created the queue file) and the time
that the delivery agent completed delivery or relaying of the mail. This
includes time spent in the Postfix queue waiting for available delivery
agents, tranport map lookups, ...
> 2- How does this calculated "delay" affects the message's final delivery???
Not in any direct way. Sendmail also logs "xdelay" which is the transmission
delay (~from start of connect() to 250 OK). The Postfix smtp(8) delivery
agent does not log this as yet.
-- 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:?body=unsubscribe%20postfix-users>
|
|
|