Message-ID header

Michael Eriksson 126 Reputation points
2020-10-12T14:36:16.517+00:00

Is there a way in Exchange to remove the hostname of the Exchange server in the message ID header? I would like it to be guid@our_official_domain.com and not guid@hosting _fqdn.

Regards

Michael

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andy David - MVP 145.6K Reputation points MVP
    2020-10-12T15:50:24.65+00:00

    Remove the headers:
    https://practical365.com/exchange-server/remove-internal-exchange-server-names-ip-addresses-message-headers/

    Then ensure the send connector FQDN is set to your domain

    https://learn.microsoft.com/en-us/powershell/module/exchange/set-sendconnector?view=exchange-ps

    set-sendconnector <Internet Send Connector> -Fqdn YourOfficialDomain.com   
    

    This assumes the cert assigned to SMTP contains your domain as a subject name

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Michael Eriksson 126 Reputation points
    2020-10-13T07:01:06.8+00:00

    Thank you very much, you made my day. I had competely missed the send connector part.

    Regards

    Michael

    1 person found this answer helpful.
    0 comments No comments