Relay for Exchange 2010
I have created receive connector from SMTP relay and added IP address accordingly. However, it is required to create accepted domain for internal or external relay.
What is the setting if I have a lot of SMTP addresses for internal and external relay? eg. 123.com, abc.com, xyz.com and etc.Kelvin Teang
August 6th, 2012 5:57am
Hi
>>However, it is required to create accepted domain for internal or external relay.
This isn't required. Accepted domains of the internal relay type are used for sharing the same email domain between Exchange forests. For relaying messages to other domains you don't need to add any accepted domains.
Steve
Free Windows Admin Tool Kit Click here and download it now
August 6th, 2012 6:17am
Hi Steve,
It is not working for my case until I added New accepted domain prd_abc.com and selected "Internal Relay Domain. Email is delivered to recipients in this Exchange organization or relayed to an email server outside this Exchange organization. Use
this setting if the domain is shared by this Exchange organization and another messaging systems". Hence, my primary SMTP address is abc.com.
No issue if I relay anything with abc.com
That's why I am asking is it a Must to added Accepted Domain if I have multiple SMTP addresses...
Kelvin Teang
August 6th, 2012 7:48pm
Hi,
Accepted domains also include domains for which the Exchange organization receives mail and then relays it to an e-mail server that's outside the Active Directory forest for delivery to the recipient.
By the way, do you want to allow other organization to relay message with your Exchange Server?
Or do you want to configure smarthost for your Exchange organization?
Understanding Accepted Domains
http://technet.microsoft.com/en-us/library/bb124423.aspx
Understanding Receive Connectors
http://technet.microsoft.com/en-us/library/aa996395.aspx
Xiu Zhang
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
August 7th, 2012 3:12am
Hi Xiu Zhang,
It is from application server to relay to different from primary smpt address.Kelvin Teang
August 7th, 2012 3:18am
>> That's why I am asking is it a Must to added Accepted Domain if I have multiple SMTP addresses.
No, you don't need to do this.
Read this article for detailed instructions on configuring relaying:
http://exchangepedia.com/2007/01/exchange-server-2007-how-to-allow-relaying.html
Free Windows Admin Tool Kit Click here and download it now
August 7th, 2012 5:14am
Hi Steve,
It will not work when if you want to relay to cmd_prd.abc.com for instance. Let's say your primary SMTP address is abc.com. I have tested with telnet for testing purposes. Error message is something like unable to relay due the security.
It was fine after I added cmd_prd.abc.com accepted domain for internal relay.Kelvin Teang
August 8th, 2012 12:53am
Hi,
Then I understand that you want to Exchange to relay email for additional domain.
Configure Exchange 2010 to Route Messages for a Shared Address Space
http://technet.microsoft.com/en-us/library/bb676395.aspxXiu Zhang
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
August 9th, 2012 1:32am
This is the solution that I am looking for. With this you are able to relay to any smtp addresses.
Get-ReceiveConnector "Name of receive connector" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "ms-Exch-SMTP-Accept-Any-Recipient"
Kelvin Teang
August 16th, 2012 3:35am
This is the solution that I am looking for. With this you are able to relay to any smtp addresses.
Get-ReceiveConnector "Name of receive connector" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "ms-Exch-SMTP-Accept-Any-Recipient"
Kelvin Teang
Free Windows Admin Tool Kit Click here and download it now
August 16th, 2012 3:43am