If I submit a message with the following message-id to the postfix sendmail interface using */usr/sbin/sendmail [email protected] -t -oi -oem* Message-Id: *[email protected]*
The Postfix sendmail interface receives the message with the specified message-id: Mar 9 03:49:05 howsmy postfix/cleanup[16499]: 3E8C66C12E7: message-id=* [email protected]* When the message arrives, it appears not to have a message-id at all, and the receiver generates one. Message-Id: <*[email protected]*> If I don't submit a message-id to postfix sendmail, the message-id generated by postfix arrives in the receiving SMTP server correctly as sent. If I try to specify the message-id, apparently nothing gets sent for a message-id field by postfix. What am I missing?
