postfix changes for tsys

This commit is contained in:
2025-06-21 06:58:59 -05:00
parent fc5e8288e1
commit 7c30abb120

View File

@ -158,6 +158,8 @@ debconf-set-selections <<< "postfix postfix/mailname string $MAIL_HOST"
debconf-set-selections <<< "postfix postfix/main_mailer_type string Internet with smarthost"
debconf-set-selections <<< "postfix postfix/relayhost string pfv-netboot.taile3044.ts.net"
postconf -e "inet_protocols = ipv4"
postconf -e "inet_interfaces inet_interfaces = 127.0.0.1"
export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \
htop \