Skip to content

Instantly share code, notes, and snippets.

@arefaslani
Created March 14, 2017 16:40
Show Gist options
  • Save arefaslani/338bf59ee69876dffb9242c8e768f0cf to your computer and use it in GitHub Desktop.
Save arefaslani/338bf59ee69876dffb9242c8e768f0cf to your computer and use it in GitHub Desktop.
SPF and MX records
;; MX Records
pinato.ir. 300 IN MX 20 mx2.zoho.com.
pinato.ir. 300 IN MX 10 mx.zoho.com.
;; SPF Records (Sender Policy Framework)
pinato.ir. 300 IN SPF "v=spf1 a:pinato.ir include:zoho.com ~all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment