Forum Discussion
Ashton267
Aug 07, 2019Copper Contributor
Certain domain email accounts accessed outside of Office 365, simplest method?
Can someone suggest the simplest method of having certain domain email accounts outside of Office 365? So user8@ domain.com for example could get their email without an Office 365 account, while...
Ashton267
Aug 07, 2019Copper Contributor
Thanks Mark,
I'll give this a go and report back.
I'll give this a go and report back.
Ashton267
Aug 08, 2019Copper Contributor
I will have to research this to a greater degree.
These lines in the above link leaves a few unanswered questions.
"Now that the domain type has been changed we need a Send Connector to tell Exchange where to send the emails that do not have a local recipient.
[PS] C:\>New-SendConnector -Name "Internal Relay" -Custom -AddressSpaces mycompany.local -SmartHosts 10.8.0.25 -SourceTransportServers ex2007.mycompany.local
Identity AddressSpaces Enabled
-------- ------------- -------
Internal Relay {smtp:mycompany.local;1} True
[PS] C:\>New-SendConnector -Name "Internal Relay" -Custom -AddressSpaces mycmpany.local -SmartHosts 10.8.0.25 -SourceTransportServers ex2007.mycompany.local
Identity AddressSpaces Enabled
-------- ------------- -------
Internal Relay {smtp:mycompany.local;1} True
In that example the IP address of the other email system is 10.8.0.25, and the Hub Transport server to use to send the emails is ex2007.mycompany.local."
These lines in the above link leaves a few unanswered questions.
"Now that the domain type has been changed we need a Send Connector to tell Exchange where to send the emails that do not have a local recipient.
[PS] C:\>New-SendConnector -Name "Internal Relay" -Custom -AddressSpaces mycompany.local -SmartHosts 10.8.0.25 -SourceTransportServers ex2007.mycompany.local
Identity AddressSpaces Enabled
-------- ------------- -------
Internal Relay {smtp:mycompany.local;1} True
[PS] C:\>New-SendConnector -Name "Internal Relay" -Custom -AddressSpaces mycmpany.local -SmartHosts 10.8.0.25 -SourceTransportServers ex2007.mycompany.local
Identity AddressSpaces Enabled
-------- ------------- -------
Internal Relay {smtp:mycompany.local;1} True
In that example the IP address of the other email system is 10.8.0.25, and the Hub Transport server to use to send the emails is ex2007.mycompany.local."