Click to Rate and Give Feedback
TechNet
TechNet Library
Exchange Server
Operations
 How to Enable Recipient Filtering: ...

  Switch on low bandwidth view
Collapse All/Expand All Collapse All
How to Enable Recipient Filtering

Applies to: Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007 Topic Last Modified: 2007-06-18

This topic explains how to use the Exchange Management Console or the Exchange Management Shell to enable or disable recipient filtering. When recipient filtering functionality is enabled on a computer, recipient filtering functionality filters all messages that come through all Receive connectors on that computer.

By default, recipient filtering is enabled on the computer that has the Edge Transport server role installed for inbound messages that come from the Internet but are not authenticated. These messages are handled as external messages.

Bb125187.note(en-us,EXCHG.80).gifNote:
By default, the Recipient Filter agent is not installed on the Hub Transport server. For more information about installing and running the Recipient Filter agent on the Hub Transport server, see How to Enable Anti-Spam Functionality on a Hub Transport Server.

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 Administrator's 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 Recipient Filtering.
  • Verify that the AddressBookEnabled parameter is set to $true on any Receive connectors that receive e-mail for the accepted domains in your organization. For more information, see Set-AcceptedDomain.

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

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

  2. In the work pane, click the Anti-spam tab, and then select Recipient Filtering.

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

  • To enable recipient filtering, run the following command:

    Set-RecipientFilterConfig -Enabled $true
  • To disable recipient filtering, run the following command:

    Set-RecipientFilterConfig -Enabled $false

For detailed syntax and parameter information, see Set-RecipientFilterConfig.

For more information about how to configure recipient filtering, see the following topics:

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker