Changes

Jump to navigation Jump to search
1,199 bytes added ,  16:24, 14 February 2016
Created page with "We recommend that you create a Sender Policy Framework (SPF) record for your domain. An SPF record is a type of DNS record that identifies which mail servers are permitted to..."
We recommend that you create a Sender Policy Framework (SPF) record for your domain. An SPF record is a type of DNS record that identifies which mail servers are permitted to send email on behalf of your domain.

The purpose of an SPF record is to prevent spammers from sending messages with forged From addresses at your domain. Recipients can refer to the SPF record to determine whether a message purporting to be from your domain comes from an authorized mail server.

Ours looks like this:<br />
<code>v=spf1 mx a include:registrar-servers.com include:_spf.google.com ~all</code>

If you just want to use the MX records and A records to control who is valid, then <code>"v=spf1 mx a -all"</code> is the text record that works. This [http://www.spfwizard.net/ wizard] can help. Once you're done, you can check on things with
<code>nslookup -query=mx</code>

== Resources ==
# [https://support.google.com/a/answer/178723 Configure SPF records to work with Google Apps] (Google)
# [https://www.digitalocean.com/community/tutorials/how-to-use-an-spf-record-to-prevent-spoofing-improve-e-mail-reliability How to use an SPF record to prevent spoofing and improve email reliabiltiy] (Digital Ocean)
4,558

edits

Navigation menu