Report this

What is the reason for this report?

DigitalOcean DNS TXT record concatenation

Posted on April 24, 2013
jenn

By jenn

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.

Aaand, quotes appear to work. <br> <br>Sorry to bug everyone.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.