I have the usual Google Apps SPF record in my DNS:

v=spf1 include:_spf.google.com ~all

and now, since we are using ZenDesk, I should also add:

v=spf1 include:support.zendesk.com ~all

Should they be merged into one like this:

v=spf1 include:_spf.google.com include:support.zendesk.com ~all
link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Yes, that is correct, unless _spf.google.com includes a redirect (which it doesn't). In that case, include:_spf.google.com should be moved to end of the list to avoid replacing all entries after the include with the redirect

link|improve this answer
feedback

Yes, that will work. It's also the proper way to do it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.