Successfully notifying hurricane electric when DNS updates are pushed.
This commit is contained in:
@@ -17,8 +17,8 @@ $ORIGIN fizz.buzz.
|
||||
3600 IN NS ns1.he.net.
|
||||
|
||||
; Allow receiving mail at fizz.buzz
|
||||
IN MX 10 in1-smtp.messagingengine.com
|
||||
IN MX 20 in2-smtp.messagingengine.com
|
||||
IN MX 10 in1-smtp.messagingengine.com.
|
||||
IN MX 20 in2-smtp.messagingengine.com.
|
||||
|
||||
; Allows receivers to know you send your mail via Fastmail, and other servers
|
||||
IN TXT v=spf1 include:spf.messagingengine.com ?all
|
||||
@@ -27,12 +27,12 @@ ns1 IN A 74.80.180.138
|
||||
ns2 IN A 74.80.180.138
|
||||
|
||||
; Allow receiving mail on subdomains
|
||||
* IN MX 10 in1-smtp.messagingengine.com
|
||||
* IN MX 20 in2-smtp.messagingengine.com
|
||||
* IN MX 10 in1-smtp.messagingengine.com.
|
||||
* IN MX 20 in2-smtp.messagingengine.com.
|
||||
|
||||
; The A-records for mail.fizz.buzz override the wildcard, so we have to manually re-create the MX records
|
||||
mail IN MX 10 in1-smtp.messagingengine.com
|
||||
mail IN MX 20 in2-smtp.messagingengine.com
|
||||
mail IN MX 10 in1-smtp.messagingengine.com.
|
||||
mail IN MX 20 in2-smtp.messagingengine.com.
|
||||
|
||||
; Access webmail at mail.fizz.buzz
|
||||
mail IN A 103.168.172.47
|
||||
|
||||
Reference in New Issue
Block a user