From: Christian Heller Date: Fri, 23 Nov 2018 13:01:48 +0000 (+0100) Subject: WIP. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=85b455bd3c61b03025860de830194a8501d0ddbf WIP. --- diff --git a/all_new_2018/setup_mail.sh b/all_new_2018/setup_mail.sh index 29ea604..0415717 100755 --- a/all_new_2018/setup_mail.sh +++ b/all_new_2018/setup_mail.sh @@ -2,9 +2,10 @@ set -e echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections -echo "postfix postfix/mailname string $(hostname -f)" | debconf-set-selections -apt install postfix +#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/ echo "ssl_cert = /etc/dovecot/conf.d/99-ssl-certs.conf echo "ssl_key = > /etc/dovecot/conf.d/99-ssl-certs.conf -apt install dovecot-imapd +apt install -y dovecot-imapd