Install email server (Postfix, Courier, SASL, fetchmail, maildrop, amavisd-new)
# ToDo
# configure antivirus
# configure antispam
# configure secure connections
#
# configure timezone and locale
#
# dpkg-reconfigure tzdata
# locale-gen de_DE
# install Postfix
http://www.panticz.de/Install-Postfix
# install Dovecot
http://www.panticz.de/Install-Dovecot
#
# SASL
#
# install
apt-get install -y sasl2-bin
# post-configure
cp /etc/default/saslauthd /etc/default/saslauthd.$(date -I)
sed -i 's|START=no|START=yes|g' /etc/default/saslauthd
#sed -i 's|OPTIONS="-c -m /var/run/saslauthd"|OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd"|g' /etc/defaul