From 70f8a69e2df51dfc4f272be80b9063520e5f4cda Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 18 Jun 2025 21:32:57 -0500 Subject: [PATCH] new mail server --- newSrv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newSrv.sh b/newSrv.sh index fc71d13..f899342 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -156,7 +156,7 @@ export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::= MAIL_HOST="$(hostname -f)" 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-toolbox.turnsys.net" +debconf-set-selections <<< "postfix postfix/relayhost string pfv-netboot.turnsys.net" export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \ htop \