diff --git a/01-basic.sh b/01-basic.sh index 4cf97bf..a6d0c19 100755 --- a/01-basic.sh +++ b/01-basic.sh @@ -57,6 +57,20 @@ update-initramfs -u update-grub +##### +# Postfix +##### + +# Preconfigure +export DEBIAN_FRONTEND="noninteractive" +echo postfix postfix/main_mailer_type string "Satellite system" | debconf-set-selections +echo postfix postfix/mailname string "$(hostname -f)" | debconf-set-selections +echo postfix postfix/relayhost string "" | debconf-set-selections + +# Install packages +apt-get -y --no-install-recommends install postfix + + ##### # LXC #####