home · contact · privacy
5ee509d54d9dabcd020600bfd46b20df9fad8311
[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