From 58f2e03f6d67442ff4f847ca48b2488e35fb8fda Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 17 Dec 2019 03:16:57 +0100
Subject: [PATCH] Add DMARC setup hints to mail server setup script.

---
 all_new_2018/setup_scripts/setup_mail.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/all_new_2018/setup_scripts/setup_mail.sh b/all_new_2018/setup_scripts/setup_mail.sh
index 0ee5414..2080705 100755
--- a/all_new_2018/setup_scripts/setup_mail.sh
+++ b/all_new_2018/setup_scripts/setup_mail.sh
@@ -89,5 +89,6 @@ echo "TODO: Ensure a proper SPF entry for this system in your DNS configuration;
 echo "TODO: passwd plom for IMAPS login"
 echo "TODO: adapt /home/plom/.fetchmailrc and then do: systemctl start fetchmail.timer"
 echo "TODO: adapt /home/plom/.dovecot.sieve and /home/plom/.pingmailrc (sieve mail by pingmail target person into mbox defined in .pingmailrc), then run: systemctl start pingmail.timer"
+echo "TODO: Add the follow DMARK entry as TXT to your DNS configugration: 'v=DMARC1; p=none; rua=mailto:plom+dmarc@plomlompom.com;' mapped to _dmarc"
 echo "TODO: Add the following DKIM entry to your DNS configuration (possibly with slightly changed host entry – if your mail domain includes a subdomain, append that with a dot):"
 cat "${dkim_selector}.txt"
-- 
2.30.2