Ultra DNS: adding a SPF record

Posted on December 16th, 2009 in PHP by Russ

Just a quickie note:
Had to add a SPF record to a domain where the DNS is at ultradns.com.

Skim down to the “txt” areas, and add a text one like this, with your domain as the first textbox.

This one is because this particular client uses google mail for their domain.

v=spf1 include:aspmx.googlemail.com ~all

This one is a seriously generic and just allows any server that’s listed as an MX for the domain.

v=spf1 mx ~all

Leave a comment