How to add an email spf record

1 comments

Here is an example:


In the dns editor, add this


beweb.co.nz TXT "v=spf1 include:_spf.google.com ip4:210.48.22.36 
ip4:210.48.108.6 ip4:116.90.76.229 ~all"

another example


need  a TXT record:

v=spf1 a ip4:116.90.136.47 a:smtp.beweb.co.nz include:spf.securemx.biz -all


Retrieving DNS records for shore-mariner.co.nz...
DNS servers
ns2.iserve.net.nz [202.191.32.85]
ns1.iserve.net.nz [202.191.33.129]

Answer records
shore-mariner.co.nz		SOA	
server:	ns1.iserve.net.nz
email:	soa@iserve.net.nz
serial:	2013061801
refresh:	16384
retry:	2048
expire:	1048576
minimum ttl:	2560
3600s
shore-mariner.co.nz		NS 	ns1.iserve.net.nz	3600s
shore-mariner.co.nz		NS 	ns2.iserve.net.nz	3600s
shore-mariner.co.nz		MX	
preference:	10
exchange:	mx1.securemx.biz
3600s
shore-mariner.co.nz		MX	
preference:	20
exchange:	mx2.securemx.biz
3600s
shore-mariner.co.nz		TXT	v=spf1 a ip4:116.90.136.47 a:smtp.beweb.co.nz include:spf.securemx.biz -all	3600s
shore-mariner.co.nz		A	116.90.76.237	900s

Authority records

Additional records
ns1.iserve.net.nz		A	202.191.33.129	3600s
ns2.iserve.net.nz		A	202.191.32.85	3600s


You should also test the record using this

TEST SPF


Comments

spec here
Posted by Jeremy Nicholls | jeremy@beweb.co.nz

http://www.openspf.org/SPF_Record_Syntax



Leave a Comment