From 31532c9f44ed22129f74dee552157b8c1e6ecb2f Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 24 Jun 2025 12:16:46 -0500 Subject: [PATCH] maybe this time... --- newSrv.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/newSrv.sh b/newSrv.sh index 13a997d..306e5e4 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -229,10 +229,9 @@ apt-file update curl --silent https://dl.knownelement.com/FetchApplyDistPoint/postfix_canonical > /etc/postfix/canonical +dos2unux /etc/postfix/canonical postmap /etc/postfix/canonical -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-netboot.knel.net" postconf -e "inet_protocols = ipv4"