SPF redirects offer simplified SPF record management by delegating authority to another domain, aiding in scenarios with shared sending infrastructure and easing administrative burdens. However, the 10 DNS lookup limit, to which redirects contribute, is a critical concern, potentially leading to authentication failures if exceeded. Documentation and experts advise caution, stressing the importance of valid and up-to-date SPF records on the redirected domain, minimizing chained redirects, and using 'include' when appropriate. Proper initial configuration, regular audits, and monitoring of SPF authentication results are essential. It's also highlighted that 'redirect' differs from 'include' and 'CNAME,' influencing SPF resolution differently, and that redirect targets should be controlled domains with carefully configured SPF records. Combining SPF with DKIM is also recommended for optimal email deliverability.
12 marketer opinions
SPF redirects can simplify SPF record management by delegating it to another domain, especially useful when multiple domains share infrastructure. However, they introduce complexity and potential deliverability issues. A key concern is the DNS lookup limit of 10, which redirects contribute to. Best practices include ensuring the redirected domain has a valid and up-to-date SPF record, minimizing chained redirects, and using 'include' instead when appropriate. Monitoring SPF authentication results after implementing redirects is crucial. Proper initial setup and regular auditing of SPF records are recommended for maintaining optimal deliverability.
Marketer view
Email marketer from EasyDMARC shares that SPF redirects, using the 'redirect=' mechanism, allow a domain to delegate its SPF record to another domain. This is useful when multiple domains use the same mail servers. However, EasyDMARC recommends being cautious as excessive redirects can cause SPF validation to fail due to DNS lookup limits. They advise monitoring SPF authentication results after implementing redirects.
23 Dec 2022 - EasyDMARC
Marketer view
Email marketer from Sendinblue highlights that both SPF and DKIM are crucial for email authentication and deliverability. They recommend implementing both SPF and DKIM, and monitoring their performance regularly. SPF records should be checked for accuracy and compliance with best practices, including avoiding excessive includes and redirects.
7 Aug 2021 - Sendinblue
4 expert opinions
Experts agree that SPF record redirects offer a flexible and appropriate alternative to CNAME records for managing outbound mail IPs without interfering with other domain records. However, they emphasize that 'redirect' is distinct from 'include' and 'CNAME', affecting the SPF resolver's internal state differently. A critical consideration is that redirects count towards the SPF DNS lookup limit of 10, necessitating careful planning to avoid authentication failures.
Expert view
Expert from Email Geeks explains that SPF record redirects allow the referenced domain to manage IPs for outbound mail without using a CNAME, which can interfere with other records on the domain.
2 May 2022 - Email Geeks
Expert view
Expert from Word to the Wise explains that SPF redirects are indeed counted toward the total DNS lookup count limit of 10. This needs to be carefully considered as part of any SPF record deployment.
10 Dec 2022 - Word to the Wise
4 technical articles
Documentation emphasizes that while SPF redirects are supported, caution is advised. They delegate SPF evaluation to another domain, making the target domain's SPF record critical. Redirects count towards the 10 DNS lookup limit, potentially causing 'PermError' and deliverability issues if exceeded. Correct syntax, thorough testing, and validation are essential for proper functionality.
Technical article
Documentation from Microsoft highlights the 10 DNS lookup limit within an SPF record evaluation. Redirects count towards this limit. If the evaluation exceeds 10 DNS lookups, SPF will return a 'PermError' which might cause email deliverability issues. Careful management of SPF records, especially with redirects, is crucial.
25 Dec 2024 - Microsoft Learn
Technical article
Documentation from RFC 7208 specifies that the 'redirect' mechanism causes SPF evaluation to restart using the SPF record of the domain specified in the redirect. The result of the evaluation of the redirected domain becomes the result of the current SPF evaluation. It notes that redirects count towards the DNS lookup limit and can impact performance if overused or chained excessively.
25 Mar 2025 - RFC Editor
How can I optimize my SPF record to stay within the lookup limit when using multiple email sending services?
How do I properly set up SPF and DKIM records for email marketing, including handling multiple SPF records, IP ranges, bounce capturing, and Google Postmaster Tools verification?
How do I set up an SPF record when using multiple email sending services?
How important is the 10 DNS lookups limit on SPF records?
How should I combine SPF records and what domain should I use with SendinBlue?