[email protected]:
> 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.
> 
>    postfix/smtpd[6147]: 4Gg1J52gV6z4l3g5: 
> client=camomile.cloud9.net[168.100.1.3]
>    ...
>    postfix/qmgr[2409]: 4Gg1J52gV6z4l3g5: removed

The purpose is to simplify logfile analysis: it's saying "hey logfile
analyzer, you can stop remembering the history of this queue ID."

> And 99% of the time its 'removed' at the end of the session. However on 
> occasion i see it creates a queue ID but never logs that it was removed.

Never? That would be most likely lost logging due to systemd or
rsyslog rate limits, or naive logfile analysis that misses that
that the logfile is rotated, so that the 'deleted' record is written
to different file than the one you're looking at.

        Wietse

Reply via email to