Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
email:dns [2025/03/06 09:47] – willy | email:dns [2025/03/13 13:28] (current) – [Email related DNS records] willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Email related DNS records ====== | + | ====== |
The DNS (Domain Name Service) plays a critical role in email delivery. You need to create a set of DNS records to make sure that your email can be delivered and that email can be delivered to you as well. | The DNS (Domain Name Service) plays a critical role in email delivery. You need to create a set of DNS records to make sure that your email can be delivered and that email can be delivered to you as well. | ||
Line 8: | Line 8: | ||
Please __note__ that you will need **more** that the records defined in this page for a domain to operate properly: this is only for email. | Please __note__ that you will need **more** that the records defined in this page for a domain to operate properly: this is only for email. | ||
+ | |||
+ | |||
+ | ===== Reverse DNS ===== | ||
+ | |||
+ | A reverse DNS setup is how you translate an IP to a DNS name. This is the // | ||
+ | |||
+ | This is important to be properly set, and is usually defined aside from your actual DNS management panel of your provider. | ||
+ | |||
+ | If you cannot set it, some providers don't support it, it's ok. Better set it up, if possible. When set, it will help email deliverability. | ||
Line 28: | Line 37: | ||
For SPF to work, you need to setup a proper TXT record like the following: | For SPF to work, you need to setup a proper TXT record like the following: | ||
< | < | ||
- | @ v=spf1 mx ra=postmaster | + | @ v=spf1 mx a -all 3600 TXT |
</ | </ | ||