Hi @blackcape,
It does look like it’s propogating now:
dig otolabs.ca MX +trace | tail -n 6
;; Received 515 bytes from 2620:10a:8053::2#53(c.ca-servers.ca) in 39 ms
otolabs.ca. 14400 IN MX 10 mxa.mailgun.org.
otolabs.ca. 14400 IN MX 10 mxb.mailgun.org.
;; Received 90 bytes from 2001:4860:4802:32::6a#53(ns-cloud-a1.googledomains.com) in 46 ms
Are you still having issues?
Although, if it isn’t working, it could be that you’re not using Netlify name servers:
dig otolabs.ca NS +trace | tail -n 6
otolabs.ca. 21600 IN NS ns-cloud-a4.googledomains.com.
otolabs.ca. 21600 IN NS ns-cloud-a3.googledomains.com.
otolabs.ca. 21600 IN NS ns-cloud-a1.googledomains.com.
otolabs.ca. 21600 IN NS ns-cloud-a2.googledomains.com.
;; Received 160 bytes from 2001:4860:4802:34::6a#53(ns-cloud-a2.googledomains.com) in 120 ms
You’ll want to use the Netlify name servers mentioned here:
https://app.netlify.com/teams/blackcape94-ox9ievu/dns/otolabs.ca#name-servers
Otherwise the DNS Zone is inactive.
You can read more on how to detect and fix an inactive DNS Zone here:
Let us know if you have any questions.