| Posted by: drdread - 13 February 2025 15:15:42 |
|---|
| How can I stop the computer name showing in Exchange 2019 SMTP connector? |
| Posted by: sirclesadmin - 13 February 2025 15:27:12 |
|---|
|
In Exchange 2019, the SMTP connector (Send Connector) may expose the local computer name in the message headers, which can be undesirable for security and privacy reasons. You can take the following steps to prevent the computer name from appearing: 1. Enable Header Rewriting in ExchangeExchange has a built-in feature called Header Firewall that allows you to remove or rewrite headers, including the Steps to Configure Header Rewriting:
2. Remove Internal SMTP Headers with Transport RulesYou can create a Transport Rule in Exchange to strip out certain headers before sending emails externally. Steps to Create a Transport Rule:
3. Modify the
|
| Posted by: drdread - 13 February 2025 15:28:38 |
|---|
| I get '[PS] C:\Windows\system32>Set-ReceiveConnector -Identity "Default servername" -Fqdn mail.domain.suffix If the AuthMechanism attribute on a Receive connector contains the value ExchangeServer, you must set the FQDN parameter on the Receive connector to one of the following values: the FQDN of the transport server "servername.domain.suffix", the NetBIOS name of the transport server "servername", or $null. + CategoryInfo : InvalidOperation: (servername\Default servername:ReceiveConnector) [Set-ReceiveConnector], Invalid FqdnUnde...erAuthException + FullyQualifiedErrorId : [Server=servername,RequestId=ffc3dd81-5014-41d4-a2eb-6d96c50e07f9,TimeStamp=13/02/2025 15:25: 16] [FailureCategory=Cmdlet-InvalidFqdnUnderExchangeServerAuthException] FCFA2B6A,Microsoft.Exchange.Management.Sy stemConfigurationTasks.SetReceiveConnector + PSComputerName : servername.domain.suffix' |
| Posted by: drdread - 13 February 2025 15:38:13 |
|---|
| I think that is the wrong connector - I need to change 'Default Frontend SERVER' I took Exchange Server auth off of that and changed the connector name |
| Posted by: sirclesadmin - 13 February 2025 15:41:45 |
|---|
|
If you need to change the FQDN on the Default Frontend SERVER Receive Connector, but encountered issues, follow these steps carefully: Step 1: Verify the Connector ConfigurationTo make sure we're modifying the correct connector, run:
Step 2: Remove
|