On Wed, Aug 04, 2021 at 03:44:03PM -0400, [email protected] wrote:

> Usually when postfix gets far enough along in a transaction it creates a 
> queue ID, then at the end around disconnect it logs removing from queue.

The "qmgr: removed" message is logged once all the recipients of a
message that has been accepted into the queue are delivered or bounced.
This is often close in time to the "smtpd: disconnect" message, but can
occur long after or some time before if the client does not disconnect
quickly enough after the message is accepted.

> However on occasion i see it creates a queue ID but never logs that it
> was removed.
> 
>    postfix/smtpd[4393]: connect from 
> sender47-us-east-1-p.emailage.com[34.232.12.47]
>    postfix/smtpd[4393]: 4GfyJD2xWjz4l3g5: 
> client=sender47-us-east-1-p.emailage.com[34.232.12.47]
>    postfix/smtpd[4393]: disconnect from 
> sender47-us-east-1-p.emailage.com[34.232.12.47] helo=1 mail=1 rcpt=1 quit=1 
> commands=4

This message never entered the queue, the client sent "QUIT" without
sending any data.  The nascent queue file was deleted by cleanup(8),
when smtpd(8) abandoned the transaction.

-- 
    Viktor.

Reply via email to