From 5fb5adaf58acb5d7e06305d2e1592cf73cd5c26d Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Mon, 20 Jul 2020 18:15:36 -0400 Subject: [PATCH] added resouces on mail server SPF, DKIM, and DMARC --- src/mailsrv/docs/Resources.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mailsrv/docs/Resources.md diff --git a/src/mailsrv/docs/Resources.md b/src/mailsrv/docs/Resources.md new file mode 100644 index 0000000..643fdd2 --- /dev/null +++ b/src/mailsrv/docs/Resources.md @@ -0,0 +1,9 @@ +# Resources + +## SPF, DKIM, and DMARC mail protection + +- https://www.digitalocean.com/community/tutorials/how-to-use-an-spf-record-to-prevent-spoofing-improve-e-mail-reliability +- https://www.linuxbabe.com/mail-server/setting-up-dkim-and-spf + - says to use `@` for subdomain, but Dyn only accepts `*` as wildcard +- https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy +- https://www.linuxbabe.com/mail-server/create-dmarc-record