I am looking to setup a TXT spf record that has 2 included domains... individually:

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

and

v=spf1 include:otherdomain.com ~all

What is the proper way of combining them into a single item?

link|improve this question
feedback

3 Answers

up vote 3 down vote accepted

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

There's no limit on including multiple names in a single entry; Hotmail, for instance, takes this to extremes.

link|improve this answer
feedback

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

link|improve this answer
feedback

It look like you can merge both together into one entry. Lenovo.com appears to be an example of this.

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.