home · contact · privacy
WIP.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 28 Nov 2018 01:43:17 +0000 (02:43 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 28 Nov 2018 01:43:17 +0000 (02:43 +0100)
all_new_2018/setup_mail.sh
all_new_2018/setup_sendonly.sh

index a2b4f987335e0cc4d7377017e233c3c2bda89c4e..edd53194624ccd343e1d685f1dacd037c3350830 100755 (executable)
@@ -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"
index 5ee509d54d9dabcd020600bfd46b20df9fad8311..641c16b8d299501744f363f15b8d97fa5c146f90 100755 (executable)
@@ -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