How To Allow Relay Exception In Exchange 2007 Receive Connector

There are situations in which you need to allow emails to relay through your exchange 2007. For example, in my case, our clients have their own system which generate newsletters and send it via emails. They don’t authenticate with our SMTP server, all they need is our SMTP server address in order to route the message. Hence we will need to setup a custom receive connector to allow relaying from an unauthenticated systems.
In order to allow our exchange to be able to relay from third party systems, follow these step by step guides.

  1. Start Exchange Management Console.
  2. Browse to Microsoft Exchange -> Server Configuration -> Hub Transport.
  3. Select “New Receive Connector…” on the Actions pane.Create New Receive Connector
  4. In the New SMTP Receive Connector wizard, type in a name for the connector. Then select the intended use for this receive connector options. For our case select “Custom”. Click next.Click to Enlarge
  5. Select the default local IP address and click on the Edit button, then type in your server’s local network IP address and leave the port at 25. Click OK and Next to continue.
    Receive Connector Server IP Address (Click to Enlarge)
  6. In the Remote Network settings page, select the default value and click on the X icon to delete it. Then click the Add button to type in your remote IP address. Let’s put that my third party newsletter server IP address is 202.188.166.78. Click Next.
    Receive Connector Remote IP Address (Click to Enlarge)
  7. In the summary page, you will see your new SMTP Receive Connector’s Name, Type, IP address and Remote IP address. Once confirm the information is correct, click New to create it.
    New SMTP Receive Connector Summary (Click to Enlarge)
  8. You will see your newly created receive connector appear on the Hub Transport page. Right click on it and select Properties.
  9. Switch to Permission Group tab, and select the Exchange servers checkbox. ( Note you must do this to continue.)
    Receive Connector Permission Groups (Click to Enlarge)
  10. Next switch to the Authentication tab, select the “Externally Secured (for example, with IPsec)” checkbox.
    Receive Connector Authentication (Click to Enlarge)
  11. Click Apply and OK button.

Once that’s done, you should be able to relay from third party systems. :razz:

Related Posts

  1. How To Create SMTP Connector in Exchange 2007
  2. How To Export User Mailbox from Exchange 2007
  3. How to bulk create mailboxes in Exchange 2007 PowerShell
  4. Exchange 2007 – Generate Activation Context failed: Event ID 59
  5. How To Test SMTP Service
  6. Configure Out Of Office Auto Reply for Internet Address In Exchange 2003

Comments (1)

 

  1. [...] You can refer to my older post on How To Allow Relay Exception In Exchange 2007 Receive Connector. [...]

Leave a Reply