From fd48e5841f77838c3ceeba1192298b31e2f04d2a Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 16 Dec 2018 20:15:38 +0100 Subject: [PATCH] Improve mail setup script. --- all_new_2018/setup_scripts/setup_mail.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all_new_2018/setup_scripts/setup_mail.sh b/all_new_2018/setup_scripts/setup_mail.sh index 70a1342..f2722b9 100755 --- a/all_new_2018/setup_scripts/setup_mail.sh +++ b/all_new_2018/setup_scripts/setup_mail.sh @@ -86,6 +86,7 @@ systemctl daemon-reload echo "TODO: Ensure MX entry for your system in your DNS configuration." echo "TODO: Ensure a proper SPF entry for this system in your DNS configuration; something like 'v=spf1 mx -all' mapped to your host." echo "TODO: passwd plom for IMAPS login" -echo "TODO: adapt /home/plom/.dovecot.sieve /home/plom/.fetchmailrc /home/plom/.pingmailrc, then run: systemctl start pingmail.timer && systemctl start fetchmail.timer" +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 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