From 8f9ce114c43877b86921f52bce40f1d5d3c8ad92 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 28 Nov 2018 02:43:17 +0100
Subject: [PATCH] WIP.

---
 all_new_2018/setup_mail.sh     | 1 +
 all_new_2018/setup_sendonly.sh | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/all_new_2018/setup_mail.sh b/all_new_2018/setup_mail.sh
index a2b4f98..edd5319 100755
--- a/all_new_2018/setup_mail.sh
+++ b/all_new_2018/setup_mail.sh
@@ -61,3 +61,4 @@ if [ "${add_dkim_record}" -eq "1" ]; then
     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"
 fi
+echo "TODO: passwd plom"
diff --git a/all_new_2018/setup_sendonly.sh b/all_new_2018/setup_sendonly.sh
index 5ee509d..641c16b 100755
--- a/all_new_2018/setup_sendonly.sh
+++ b/all_new_2018/setup_sendonly.sh
@@ -1,8 +1,10 @@
 #!/bin/sh
+# This sets up the minimum of a mail server necessary to send out mails
+# to the world.
 set -e
 
 ./hardlink_etc.sh sendonly
 echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections
 echo "postfix postfix/mailname string $(hostname -f)" | debconf-set-selections
 echo "$(hostname -f)" > /etc/mailname
-
+apt install -y postfix
-- 
2.30.2