Configuring accepted domains
Simply put, by creating accepted domains you control for what domains your Exchange environment will accept messages. The following chapter will explain how to create accepted domains and how they're used in Exchange.
Getting ready
To execute the following commands, log in to the Exchange Admin Center or launch the Exchange Management Shell.
How to do it...
The following command will create a new accepted domain for the domain name exblog.com
:
New-AcceptedDomain –Name "exblog.com" –Domainname "exblog.com"
Perform the following steps through the EAC:
Navigate to mail flow | accepted domains.
Click on the plus-sign (+) to start the new accepted domain wizard.
Type in a descriptive name.
Type:
exblog.com
under *Accepted domain.Select Authoritative domain. Email is delivered to a recipient in this Exchange organization, as shown in the following screenshot:
Click on save.
How it works...
Accepted domains are used to control what e-mail domains your Exchange server is allowed...