add info about mx address

This commit is contained in:
meaz 2021-07-27 09:13:40 +02:00
parent 7a7faa6542
commit 503e8edb83
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ Once you have your own domain, to link to disroot.org you need to do two things:
Simply create a **TXT** record with: **disroot.org-yourdomain.ltd** replacing *yourdomain.ltd* with your domain name.
## Point your domain to disroot.org
- ▪️ Set MX record to **mx01.disroot.org.**
- ▪️ Set MX record to **mx01.disroot.org.** (don't forget the final dot!)
- ▪️ Set **"v=spf1 mx a ptr include:disroot.org -all"** This allows you to send emails from your own servers as well as disroot ones. This is just a default setting that should be applicable to most of the scenarios. If you want to learn more about SPF records and would like to tweak yours, check the web for more info. eg. [this page](https://www.dmarcanalyzer.com/spf/how-to-create-an-spf-txt-record/)