home · contact · privacy
WIP.
[config] / all_new_2018 / setup_sendonly.sh
1 #!/bin/sh
2 set -e
3
4 ./hardlink_etc.sh sendonly
5 echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections
6 echo "postfix postfix/mailname string $(hostname -f)" | debconf-set-selections
7 echo "$(hostname -f)" > /etc/mailname
8