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"
#!/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