home · contact · privacy
WIP.
[config] / all_new_2018 / setup_sendonly.sh
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