Hi,
I am in the process of moving over a bunch of domains from another VPS provider. I have about 10 different domains with DKIM and SPF entries that have worked for years at this other provider.
I entered them into the DigitalOcean DNS manager and I am receiving errors from test providers and direct dumping into GMAIL/YAHOO/etc spam/junk folders.
The test results show that SPF TXT entries made in DigitalOcean DNS such as: @ v=spf1 ipv4:aaa.bbb.ccc.ddd -all
are being sent to SPF systems as: domain.tld. SPF (no records) domain.tld. 7200 IN TXT “v=spf1ipv4:aaa.bbb.ccc.ddd-all”
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I’ve done some dig(1)ing and found that for some reason, DigitalOcean is separating the entries rather than delivering them as a single answer <br> <br>Proper DNS Response: <br>domain.tld. 3600 IN TXT “v=spf1 a:host.domain.tld -all” <br> <br>DigitalOcean DNS Response: <br>domain.tld. 7102 IN TXT “v=spf1” “a:host.domain.tld” “-all” <br> <br>I guess I will try surrounding the TXT payload in quotes and see if that fixes things.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
