If you want to place Edge Transport for mail flow to/from external domain, which will add more security to your Email servers (Mailbox/CAS servers) As they (Mailbox/CAS) would not be exposed to external domains/internet, mailbox server containing your mailbox databases and CAS server containing other important data of your email system.
You need to create Edge Subscription as following
You need to create Edge Subscription as following
1- On the Edge
Transport server, create the Edge Subscription file using the following syntax.
New-EdgeSubscription -FileName "C:\My
Documents\EdgeSubscriptionInfo.xml" -Force
2- Copy the
resulting Edge Subscription file to a Mailbox 2013 server in the Active
Directory site you're subscribing the Edge Transport server to.
3- On the
Mailbox 2013 server, import the Edge Subscription file, use the following
syntax.
4- This example
imports the Edge Subscription file named EdgeSubscriptionInfo.xml from the
folder D:\Data, and subscribes the Edge Transport server to the Active
Directory site named "ABC"
New-EdgeSubscription -FileData ([byte[]]$(Get-Content
-Path "D:\Data\EdgeSubscriptionInfo.xml" -Encoding Byte -ReadCount
0)) -Site "ABC" –CreateInternetSendConnector $False
–CreateInboundSendConnector $False
5- On the
Mailbox server, run the following command to start the first EdgeSync
synchronization.
Start-EdgeSynchronization
6- On Edge Server
Restart Microsoft Exchange ADAM Service && On Mailbox Servers and
restart Microsoft Exchange Edge Sync Service
No comments:
Post a Comment