By searching for the queue-id, you've eliminated some of the log entries that are relevant to that delivery, but don't carry the queue-id. In particular details of TLS connection setup.You need to use the "collate" Perl script (slightly edited to match your log date/time format): https://github.com/vdukhovni/postfix/tree/master/postfix/auxiliary/collate The expected date/time format is "<Mon> <DD> <HH:MM:SS> " https://github.com/vdukhovni/postfix/blob/0baff80091bf38ee6d1bece92653c07f61d1e2e0/postfix/auxiliary/collate/collate.pl#L11 (?:\S+ \s+){3} # Timestamp, adjust for other time formats You'll want to change that "3" to a "1".
Cool, thanks. I will try this, but I don't know perl, so I may have questions later ;-) - I know I should know, but I somehow managed without it so far..... BR Danjel _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
