Colin Campbell wrote:
Hi,
Can someone explain why we saw the following in our logs?
Sep 4 19:50:32 postfix postfix/cleanup[18097]: A68A6220005: message-id=: <[EMAIL
PROTECTED]>
Sep 4 19:50:32 postfix postfix/cleanup[18097]: A68A6220005:
message-id=<k6nzin.5uo3rf@>newsletters.datapro.co.za
There's nothing special. cleanup logs the message-id together with the
queueid.
note that this comes in handy for log correlation. for example, if you
deliver with dovecot, dovecot will log the message-id too, so you know
which is which. same if you have a content filter (when the same mail
passes twice in postfix, but will have two different queueid's).
# postconf mail_version
mail_version = 2.3.6
Colin