Add basic postfix satellite installation
This commit is contained in:
parent
a097d8e9fe
commit
498b869870
14
01-basic.sh
14
01-basic.sh
@ -57,6 +57,20 @@ update-initramfs -u
|
|||||||
update-grub
|
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
|
# LXC
|
||||||
#####
|
#####
|
||||||
|
Loading…
Reference in New Issue
Block a user