From eac5d8daacbed65ba89bd2a00b4dd2548c1e4f63 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 28 Jul 2023 20:30:26 -0500 Subject: [PATCH] Update install-postfix.sh --- install-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-postfix.sh b/install-postfix.sh index d1ab050..24008bb 100755 --- a/install-postfix.sh +++ b/install-postfix.sh @@ -20,7 +20,7 @@ case "$choice" in echo "postfix postfix/mailname string scity.us" | debconf-set-selections echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections - $APTFUNC install -y postfix mailutils + $APTFUNC install -y postfix mailutils-common mailutils cd /etc/postfix service stop postfix