• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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