Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save niilante/ea90169a322c776141b718ad26ce36ae to your computer and use it in GitHub Desktop.
Save niilante/ea90169a322c776141b718ad26ce36ae to your computer and use it in GitHub Desktop.
Tutanota: How to get your custom domain
- Sign up for Premium Tutanota: https://mail.tutanota.com/signup
- Create a free Gandi-Account: https://account.gandi.net/en/create_account
- Check the Gandi-Shop: https://shop.gandi.net/ and buy your custom domain.
- Open the admin-console: https://admin.gandi.net/domain
- Open "DNS Records"
- On the "DNS Records" window, click on "Text Mode" and make a backup of the current (untouched) configuration by clicking the “Make a backup copy” in the bottom of the screen. This basically backups your entire configuration.
- Switch back to the "DNS Records" Tab and delete everything below "@ 10800 IN SOA"
Copy & paste the following and save it.
======================================================
@ 10800 IN MX 10 mail.tutanota.de.
@ 10800 IN TXT "v=spf1 include:spf.tutanota.de -all”
webmail 10800 IN CNAME mail.tutanota.com.
www 10800 IN CNAME mail.tutanota.com.
- Login into Tutanota: https://mail.tutanota.com/login
- Click on "Global settings" and then click on "Show link" next to Custom email domains.
- Type-in your new custom domain name.
- Usually you see a error like "The DNS record for this domain contains invalid values”, in this case try it again in 1~2 hours.
- Go back to "Settings", then "User Management" and there you should have one account listed, open it.
- Here you will see on the right-side "Show eMail Aliases", click on the grey + (if there are two listed).
- Create your custom eMail address in your custom domain, you might need to click the "…" on the right-side of the screen and select your custom domain from the list.
- To add more domains just click on the red "+" button and add it.
- That's it!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment