Skip to content

Instantly share code, notes, and snippets.

@mircobabini
Created June 19, 2014 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mircobabini/17687f87570a87b1fa96 to your computer and use it in GitHub Desktop.
Save mircobabini/17687f87570a87b1fa96 to your computer and use it in GitHub Desktop.
Manually edit the SPF and DKIM records and add the MX record if it doesn't load automatically
;; Domain: example.org
;; Exported: 2014-06-19 02:01:32
;;
;; This file is intended for use for informational and archival
;; purposes ONLY and MUST be edited before use on a production
;; DNS server. In particular, you must:
;; -- update the SOA record with the correct authoritative name server
;; -- update the SOA record with the contact e-mail address information
;; -- update the NS record(s) with the authoritative name servers for this domain.
;;
;; For further information, please consult the BIND documentation
;; located on the following website:
;;
;; http://www.isc.org/
;;
;; And RFC 1035:
;;
;; http://www.ietf.org/rfc/rfc1035.txt
;;
;; Please note that we do NOT offer technical support for any use
;; of this zone data, the BIND name server, or any other third-party
;; DNS software.
;;
;; Use at your own risk.
;;
$ORIGIN example.org.
@ 3600 IN SOA example.org. root.example.org. (
2014061901 ; serial
7200 ; refresh
3600 ; retry
86400 ; expire
3600) ; minimum
;; A Records (IPv4 addresses)
example.org. 300 IN A 95.141.37.146
;; CNAME Records
*.example.org. 300 IN CNAME example.org.
www.example.org. 300 IN CNAME example.org.
mail.example.org. 300 IN CNAME example.org.
direct.example.org. 300 IN CNAME example.org.
;; MX Records
example.org. 300 IN MX mail.example.org.
;; TXT Records
example.org. 300 IN TXT v=spf1
default._domainkey.example.org. 300 IN TXT v=DKIM1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment