diff --git a/components/global/managed-note.vue b/components/global/managed-note.vue new file mode 100644 index 0000000..845860e --- /dev/null +++ b/components/global/managed-note.vue @@ -0,0 +1,23 @@ + diff --git a/content/docs/managed-dmarc.md b/content/docs/managed-dmarc.md new file mode 100644 index 0000000..4915a85 --- /dev/null +++ b/content/docs/managed-dmarc.md @@ -0,0 +1,36 @@ +--- +title: Setting up SPF, DKIM & DMARC +slug: managed-dmarc +--- + +# Setting up your domain for SPF, DKIM & DMARC + +Setting up your domain to comply with SPF, DKIM and DMARC requirements that are being +implemented by more and more email providers, is easy with Keila! + + + +## 1. Pick an unused subdomain. +Choose a subdomain that is not currently used for anything else. This +subdomain will become your *FROM domain*. Common choices are something +like `mailings.example.com` or `send.example.com`. + +## 2. Update your DNS + +Add the following entries to your DNS settings: + +**Connect your chosen subdomain with CNAME**: +`CNAME` `*your-subdomain*.example.com` `public.keila.io` + +**Add the Keila DKIM key**: +`CNAME` `keila._domainkey.example.com` + +**Enable DMARC for your main domain**: +`TXT` `example.com` `v=DMARC1; p=none` + +## 3. Almost done! + +Now you’re almost done! Just submit our domain configuration form and we’ll take +care of the rest and get in touch with you. +


+Submit your configuration diff --git a/layouts/default.vue b/layouts/default.vue index 2c8500a..d9d95fa 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -62,8 +62,8 @@