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