Update install-postfix.sh

This commit is contained in:
2022-05-22 15:49:13 -05:00
parent db7aec1be1
commit 0de826c2e4

View File

@@ -10,7 +10,7 @@ echo ""
read -n 1 -p "Are you sure you wish to install Postfix (Y/n)?" choice
case "$choice" in
[Nn]) break;;
[Nn]) echo "";;
* )
echo "postfix postfix/mailname string scity.us" | debconf-set-selections
echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections