Last Updated: May 30, 2016
·
4.655K
· sivaschenko

Postfix silent install on Ubuntu

echo "postfix postfix/mailname string example.com" | debconf-set-selections
echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections
apt install -y postfix