diff --git a/scripts/clean.sh b/scripts/clean.sh index f144997..a4b2a85 100644 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -10,6 +10,8 @@ apt autoremove -qqy echo "--- Cleaning packages" apt clean -qqy +debconf-set-selections <<< "postfix postfix/mailname string localhost.localdomain" +debconf-set-selections <<< "postfix postfix/main_mailer_type string 'No configuration'" apt install mailutils -qqy echo "--- Testing Instance ---"