Linked Connector In Exchange 2010

I got an email today asking whether there are more than two types of connectors in Exchange 2010. That got me to think that there are admins who think that only “send” and “receive” connectors exist in 2010.

Linked Connector is a receive connector that is linked to a send connector. It is linked in such a way that any emails that comes in through the receive connector is sent out immediately through the send connector. It is mainly used when you want to accept all incoming emails and send it to a third party for message hygiene. There are a few points to note while configuring a linked connector.

  • Only one receive connector can be linked to one send connector.
  • The receive connector must exist before it can be linked to a send connector.
  • A linked send connector must route messages to a smart host.

You need to use the Shell to create a linked connector. The command below links my receive connector “From Internet” to a new send connector named “Message hygiene”.

New-SendConnector -Name “Message Hygiene” -LinkedReceiveConnector “Exch1\From Internet” -SmartHosts 1.2.3.4 -SmartHostAuthMechanism ExternalAuthoritative -DNSRoutingEnabled $False –MaxMessageSize Unlimited


You will get an error message if the dns routing isn’t set to false and max message size set to unlimited.




Linked Connector




Once the command completes successfully, you can see the connector in EMC.




Linked Connector in EMC




Make sure you specify the address space once the send connector is created or add the parameter in the command above.

SUBSCRIBE FOR DAILY ARTICLE UPDATES VIA EMAIL
Get the published articles delivered straight to your inbox. Your details will not be passed to any third party company.

Exchange Architect, Blogger, Husband & Dad. I have been in IT for the last 11 years, with Exchange Server becoming the prime area in the last few years. I am active on TechNet forums & Experts Exchange.

View all contributions by

4 comments… add one

Speak Your Mind…

Website Hits