• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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