From d2b9c6a32b7b016ce94964bad518dbcfee6d3b6a Mon Sep 17 00:00:00 2001 From: zilti Date: Tue, 18 Aug 2020 18:21:33 +0200 Subject: [PATCH] Update 'onboarding.clj' --- onboarding.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}])