From 66bebe7724f1da67315273410fc9bd85e83d17bf Mon Sep 17 00:00:00 2001 From: cybr_knght <7842093+cybrknght@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:15:17 -0600 Subject: [PATCH] fixed formatting and typos --- src/cps/email/dkim.md | 3 ++- src/cps/email/faq.md | 4 ++-- src/cps/email/reporting.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/cps/email/dkim.md b/src/cps/email/dkim.md index e4fb8e2..cb22739 100644 --- a/src/cps/email/dkim.md +++ b/src/cps/email/dkim.md @@ -28,11 +28,12 @@ The DKIM protocol has two steps which utilize a public/private key pair. ## DKIM Requirements -All domains which send email are required to have DKIM signing configured for outbound messages. +All domains which send email are required to have DKIM signing configured for outbound messages. ```admonish info DKIM signing is already configured for email originating in TAMU Gmail, Microsoft 365 Exchange, and applications configured to send email through `smtp-relay.tamu.edu`. ``` + All outgoing email, including email sent from third parties like cloud-hosted applications and marketing platforms, should be DKIM signed to ensure deiliverability. See [KB0021277](https://itselfservice.tamu.edu/tamucs?id=tamucs_kb_article&sys_id=KB0021277) for more information on sending mail using third party mailers. diff --git a/src/cps/email/faq.md b/src/cps/email/faq.md index cf56599..9a6fbde 100644 --- a/src/cps/email/faq.md +++ b/src/cps/email/faq.md @@ -14,7 +14,6 @@ The majority of the requirements are being implemented in February of 2024. Goo ## What are the requirements from Google and Yahoo? - |All Senders|Bulk Senders (>5000 messages per day)| |-----|-----| |SPF or DKIM email authentication|SPF and DKIM email authentication| @@ -28,7 +27,8 @@ The majority of the requirements are being implemented in February of 2024. Goo ||One-click unsubscribe for marketing mail| For more information: -- [Googles Email Sender Guidelines](https://support.google.com/mail/answer/81126?sjid=8436365022205706809-NC) + +- [Googles Email Sender Guidelines](https://support.google.com/mail/answer/81126?sjid=8436365022205706809-NC) - [Yahoo's Email Sender Requirements](https://senders.yahooinc.com/best-practices/). ## What does Texas A&M's implementation of these standards mean for me? diff --git a/src/cps/email/reporting.md b/src/cps/email/reporting.md index 607bcb6..1363225 100644 --- a/src/cps/email/reporting.md +++ b/src/cps/email/reporting.md @@ -84,4 +84,4 @@ By hovering your mouse over a data table value and using the magnifying glass ic The dashboards will show data for messages that fail DMARC compliance for the selected "From Domain". The data can be filtered further to see specific time periods or messages from specific organizations. -``` \ No newline at end of file +```