On Wed, Aug 04, 2021 at 04:37:38PM -0400, [email protected] wrote:
> > 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.
>
> Oh okay, so it is possible for it to assign a queue ID and log it
> without sending an actual message to the queue?
> And since no message was sent to queue no 'removed' action to log?
Queue ids are assigned (by default) when the first "rcpt to:" command is
accepted (optionally, when the "mail from:" command is accepted).
The message enters the queue when the body is accepted (2XX response to
"." or final "BDAT 0").
Thus a nascent queue file might be deleted (by cleanup(8)) without ever
entering the queue. The *incomplete* queue file is deleted without the
queue manager ever becoming aware of its existence.
--
Viktor.