• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Postfix Empty Message ID

Ebrahim A. Senejani

New Pleskian
Hi friends,
How can I make exception to get rid the following problem:


Nov 26 13:09:19 sh30 postfix-local[30483]: deliveryManager: Get empty message id, delivery state will be disabled for this mail


Thanks in Advanced
 
Take a look at your postfix main.cf:

always_add_missing_headers (default: no)
Always add (Resent-) From:, To:, Date: or Message-ID: headers when not present. Postfix 2.6 and later add these headers only when clients match the local_header_rewrite_clients parameter setting. Earlier Postfix versions always add these headers; this may break DKIM signatures that cover non-existent headers. The undisclosed_recipients_header parameter setting determines whether a To: header will be added.

For more information: Postfix Configuration Parameters

If you have any further questions, let me know.
 
Back
Top