Update install-postfix.sh

This commit is contained in:
2023-07-28 20:30:26 -05:00
parent 41161de924
commit eac5d8daac

View File

@@ -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