home · contact · privacy
WIP.
[config] / all_new_2018 / setup_mail.sh
index 0415717741b1f73e314f370fee24866a7c86267a..a3045e6b8dcec054b07aaf0a61384ac373d57700 100755 (executable)
@@ -2,7 +2,7 @@
 set -e
 
 echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections
-#echo "postfix postfix/mailname string $(hostname -f)" | debconf-set-selections
+echo "postfix postfix/mailname string $(hostname -f)" | debconf-set-selections
 echo "$(hostname -f)" > /etc/mailname
 apt install -y postfix
 mkdir -p /etc/dovecot/conf.d/