You can alias a domain to another domain already added and configured on the Domains > Domain Settings page. When you make a domain an alias, it inherits the settings created on the parent domain.
Once you alias a domain to one or more domains already added and configured in the service, the number of configured domain aliases displays in the Domains Manager table on the Domains page. Click on the domain name to toggle the alias names. Click on a domain alias to view the inherited domain settings.
If you use domain aliasing and user aliasing at the same time, Email Gateway Defense will always check the username@primary_domain against the mail server to verify its validity. If the mail server is doing recipient verification and returns a "550 Invalid User" error when making the request, the error is returned to the sender and the mail will fail even though the address is in the user list.
If you use domain aliasing, all users in all aliased domains must exist in the primary domain. If they do not exist and the mail server returns a "550 Invalid User" error for username@primary_domain, then mail to that user will fail even if the username@alias_domain is valid.
Use Case Examples
Example 1. Using Domain Aliasing
When domain aliasing is used, all users and domains use the settings of the primary_domain. All usernames (eg: bob.smith) must exist in the primary_domain.
For example, we have three different domains with the following users:
Domain-one.com (primary_domain)
bob.smith@Domain-one.com
Domain-two.com (alias of_Domain-one.com)
bob.smith@Domain-two.com
bob.jones@Domain-two.com
Domain-three.com (alias_of Domain-one.com)
sam.jones@Domain-three.com
bob.smith@Domain-three.com
As a result, the following are allowed/blocked:
- bob.smith@Domain-one.com is allowed because bob.smith is in Domain-one.com.
- bob.smith@Domain-two.com is allowed because bob.smith is in Domain-one.com.
- bob.smith@Domain-three.com is allowed because bob.smith is in Domain-one.com.
- bob.jones@Domain-two.com is blocked because bob.jones is NOT in Domain-one.com.
- sam.jones@Domain-three.com is blocked because sam.jones is NOT in Domain-one.com.
Example 2. Using User Aliasing (manual, LDAP, or Azure)
This example assumes no domain aliasing is enabled.
Sample user list:
PARENT / ALIASES
bob.smith@Domain-one.com / bob.smith@Domain-two.com / bob.smith@Domain-three.com
bob.jones@Domain-two.com / bobbyJ@Domain-two.com
sam.jones@Domain-three.com / sjones@Domain-three.com
Email Gateway Defense will accept mail for all of the above users.