Applies to: Exchange Server 2007 SP3, Exchange Server
2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-01-31
This topic explains how to use the Exchange Management Console or the Exchange Management Shell to remove an existing Receive connector in Microsoft Exchange Server 2007.
In Exchange 2007, you use Receive connectors to accept e-mail messages from the Internet and from remote e-mail systems that require specific configuration options. For example, some remote e-mail systems may have to send you e-mail messages that are larger than your standard Exchange organizational limit.
Before You Begin
To perform the following procedures, the account you use must be delegated the following:
- Exchange Organization Administrator role
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.
For more information about permissions, delegating roles, and the rights that are required to administer Exchange 2007, see Permission Considerations.
Caution: |
---|
Although a Receive connector is configured on a local Hub Transport server or an Edge Transport server, deleting a Receive connector may affect mail flow throughout the organization. |
Using the Exchange Management Console to Remove a Receive Connector
To use the Exchange Management Console to remove an existing Receive connector
-
Open the Exchange Management Console. Perform one of the following steps:
- To remove an existing Receive connector on an Edge Transport
server, in the console tree, select Edge Transport.
- To remove an existing Receive connector on a Hub Transport
server, expand Server Configuration in the console tree, and
select Hub Transport. In the result pane, select the server
that has the Receive connector that you want to remove, and then
click the Receive Connectors tab.
- To remove an existing Receive connector on an Edge Transport
server, in the console tree, select Edge Transport.
-
In the work pane, select the Receive connector to remove.
-
Under the name of the Receive connector in the action pane, click Remove.
-
A warning appears that asks you, "Are you sure you want to remove <selected Receive connector>?" Click Yes.
Using the Exchange Management Shell to Remove a Receive Connector
You can use the Remove-ReceiveConnector cmdlet to remove a Receive connector. The Identity parameter specifies the Receive connector that you want to remove. The Identity parameter can be the GUID or the name of the Receive connector.
The following command is an example of using the Exchange Management Shell to remove an existing Receive connector named "Connection from Contoso.com."
To use the Exchange Management Shell to remove an existing Receive connector named "Connection from Contoso.com"
-
Run the following command:
Copy Code Remove-ReceiveConnector "Connection from Contoso.com"
For more information about how to retrieve a Receive connector's identity, see How to View the Configuration of a Receive Connector.
For detailed syntax and parameter information, see Remove-ReceiveConnector.
For More Information
For more information about Receive connectors, see Receive Connectors.