-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from epilot-dev/feat/revoke-domain-delegation
Feat/revoke domain delegation
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,12 @@ While setting up the subdomain, a process known as 'subdomain delegation' is req | |
|
||
### Optional: Managing the subdomain yourself | ||
|
||
During the initial subdomain setup we require the subdomain to be delegated to epilot nameservers for provisioning, however after the initial setup is complete customers may opt to manage the subdomain using their own DNS. | ||
Customers who choose not to provide Epilot with full domain access can request a DNS configuration from us. We will supply a file that includes 8 crucial DNS records necessary for activating email services on their subdomain. These include: | ||
- 3 CNAME records for DKIM, | ||
- 2 MX records for Mail Exchange, | ||
- 3 TXT records (2 for SPF and 1 for DMARC). | ||
|
||
Get in touch with [epilot support](mailto:[email protected]) if you would like to transfer the nameservers for your own subdomain, and we will provide the required DNS setup to manage your own epilot subdomains. | ||
Get in touch with [epilot support](mailto:[email protected]) for assistance in owning your own subdomain and obtaining the necessary DNS configuration to leverage the email functionality. | ||
|
||
:::note | ||
For customers managing their own subdomain, you may be asked to manually change DNS records from time to time to ensure epilot works correctly and securely. This is not needed when the subdomain is delegated to epilot. | ||
|