Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-03-13

This topic explains how to use the Exchange Management Console or the Exchange Management Shell to enable or disable Sender ID functionality on the computer that has the Edge Transport server role installed.

By default, Sender ID is enabled on the Edge Transport server role for inbound messages that come from the Internet but are not authenticated. These messages are handled as external messages. You can disable Sender ID in individual computer configurations by using the Exchange Management Console or the Exchange Management Shell.

Note:
By default, the Sender ID agent is not enabled on the Hub Transport server. For more information about running the Sender ID agent on the Hub Transport server, see How to Enable Anti-Spam Functionality on a Hub Transport Server.

Before You Begin

To perform the following procedures on a computer that has the Edge Transport server role installed, you must log on by using an account that is a member of the local Administrators group on that computer.

Also, before you perform these procedures, confirm the following:

Procedure

The Sender ID agent is the underlying agent for Sender ID functionality. It's important to understand that when you perform the following procedures, the Sender ID functionality is enabled or disabled, but the underlying Sender ID agent is still enabled. To disable the underlying Sender ID agent, run the Disable-TransportAgent cmdlet.

To enable or disable Sender ID by using the Exchange Management Console

  1. In the Exchange Management Console, click Edge Transport.

  2. In the work pane, click the Anti-spam tab, and then select Sender ID.

  3. In the action pane, click Enable or Disable as appropriate.

To enable or disable Sender ID by using the Exchange Management Shell

  • To enable Sender ID, run the following command:

    Copy Code
    Set-SenderIDConfig -Enabled $true
    
  • To disable Sender ID , run the following command:

    Copy Code
    Set-SenderIDConfig -Enabled $false
    

For More Information