How many SPF and DNS records can I use?

When using OVH as our domain hoster, how many SPF records can I use and, more generally, is there a limit to how many DNS records I can use ?

Hi
For a domain hoster like OVH, the limit on SPF records is governed by the standard Google Cloud and Workspace protocols.

  1. How many SPF records can I use?

You can use exactly one SPF record per domain.

If you create multiple records starting with v=spf1, receiving mail servers will likely face a PermError and reject your emails. If you use multiple services (e.g., Google Workspace + an external tool), you must combine them into a single TXT record.

Official Google References

Key Technical Limits (Google Documented)

  • DNS Lookups: The single record cannot exceed 10 DNS lookups (mechanisms like include, a, and mx count toward this).
  • Character Limit: A single TXT record string is limited to 255 characters (RFC 1035).
1 Like

Okay, I thought so, thank you very much for the confirmation !

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.