On Fri, Jun 24, 2022 at 06:43:58PM +0000, [email protected] wrote:
> 2) Can you extract the QUEUE ID from that logfile record.
> Answer: answer yes
>
> Jun 24 14:09:03 sprucexSrv02 postfix/smtpd[762503]: 8C1AD5E055:
> client=mail-maxind01on2097.outbound.protection.outlook.com[40.107.222.97]
> Jun 24 14:09:03 sprucexSrv02 postfix/cleanup[762506]: 8C1AD5E055:
> message-id=<ma1pr01mb3209233f3859b083c3f84cc68a...@ma1pr01mb3209.indprd01.prod.outlook.com>
If that's all, and there's no logging from postfix/qmgr or any
indication that the message was quarantined, and no evidence of the
queue-id in "mailq" output, then the message was simply never received
in full, because the sender aborted transmission before ".".
There's likely a relevant "postfix/smtpd[762503]" disconnect log entry
that evidences this.
The verbose logging is definitely not helpful, without it, the collate
Perl script should show a concise picture of the history of this
partially received message:
https://github.com/vdukhovni/postfix/tree/master/postfix/auxiliary/collate
--
Viktor.