SPF too long

pppplus

Verified User
Joined
Dec 19, 2008
Messages
526
Hi

I have a long SPF to register, and it gives this :

Code:
mydomain.com.	14400	IN	TXT	( "v=spf1 a mx include:domain1.com include:domain2.net include:domain3.fr include:domain4.com include:domain5"
					".fr include:domain6.org include:domain7.eu include:domain8.fr ip4:94.23.246.189 ~all" )

So, it's in 2 lines in /var/named/mydomain.com.db

Is it a problem or not ?
 
You have to put it onl 1 line. If DA splits the line itself on 2 lines without giving errors, it will possibly be oke.
However, I would use the spf records on single domains instead of putting 1 record with includes for a lot of other domains.
Next to that, because you're using ~all and not -all, you could leave some of them out if you get into trouble.

Just check your domain from another server like this:

dig TXT yourdomain.com

If you see your full spf record, you should be fine.
 
Back
Top