How to Exclude Recipients and Sender Domains from Sender ID Filtering
Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.
Applies to: Exchange Server 2007, Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3
This topic explains how to use the Exchange Management Shell to exclude recipients and sender domains from Sender ID filtering. To exclude e-mail addresses and sender domains from Sender ID filtering, specify the recipients and sender domains in the Exchange Management Shell. You cannot specify the recipients and sender domains in the Exchange Management Console.
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:
You have reviewed Anti-Spam and Antivirus Functionality to understand the general strategy for configuring all anti-spam agents so that they work together efficiently for your organization.
You have read Configuring Sender ID.
Procedure
To use the Exchange Management Shell to exclude recipients from Sender ID filtering
Run the following command:
Set-SenderIDConfig -BypassedRecipients <MultiValuedProperty>
For example, to exclude recipient1@contoso.com from Sender ID filtering, run the following command:
Set-SenderIDConfig -BypassedRecipients recipient1@contoso.com
Note
To enter multiple SMTP addresses, separate the addresses by using a comma and enclose the addresses in double quotation marks, as follows, for example: "recipient1@contoso.com, recipient2@contoso.com". You can enter up to 100 e-mail addresses.
To use the Exchange Management Shell to exclude sender domains from Sender ID filtering
Run the following command:
Set-SenderIDConfig -BypassedSenderDomains <MultiValuedProperty>
For example, to exclude contoso.com from Sender ID filtering, run the following command:
Set-SenderIDConfig -BypassedSenderDomains contoso.com
Note
To enter multiple domains, separate the domains by using a comma and enclose the addresses in double quotation marks, as follows, for example: "contoso.com, example.com". You can enter up to 100 domain names.
For detailed syntax and parameter information, see Set-SenderIdConfig.
For More Information
For more information about how to use and configure Sender ID, see the following topics: