diff --git a/onboarding.clj b/onboarding.clj index 8bfa3bd..410c4fc 100644 --- a/onboarding.clj +++ b/onboarding.clj @@ -114,8 +114,8 @@ {:type "A" :name (format "staging.%s" company-name) :content "185.163.117.139"} {:type "AAAA" :name company-name :content "2a03:4000:3b:2bb:18ea:e0ff:fe8c:aa9a"} {:type "AAAA" :name (format "staging.%s" company-name) :content "2a03:4000:3b:2bb:18ea:e0ff:fe8c:aa9a"} - {:type "MX" :name company-name :content "mx.yandex.net."} - {:type "MX" :name (format "m.%s.talent.careers" company-name) :content "feedback-smtp.eu-west-1.amazonses.com"} + {:type "MX" :name company-name :content "mx.yandex.net." :priority 50} + {:type "MX" :name (format "m.%s.talent.careers" company-name) :content "feedback-smtp.eu-west-1.amazonses.com" :priority 50} {:type "TXT" :name (format "m.%s.talent.careers" company-name) :content "v=spf1 include:amazonses.com ~all"} {:type "TXT" :name (format "%s.talent.careers" company-name) :content "v=spf1 redirect=_spf.yandex.net"} {:type "TXT" :name (format "_dmarc.%s" company-name) :content "v=DMARC1; p=none; rua=sompani-d@dmarc.report-uri.com"}])