home · contact · privacy
Change directory structure and between-script path references.
[config] / all_new_2018 / setup_sendonly.sh
diff --git a/all_new_2018/setup_sendonly.sh b/all_new_2018/setup_sendonly.sh
deleted file mode 100755 (executable)
index 641c16b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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