Running your own Mail Server with iRedMail
apt-get update && apt-get -y dist-upgrade && apt-get clean hostnamectl set-hostname mail nano /etc/hosts hostname # get latest download link from http://www.iredmail.org/download.html wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.5-1.tar.bz2 tar jxf iRedMail-0.9.5-1.tar.bz2 cd iRedMail-0.9.5-1/ bash iRedMail.sh # long wait reboot amavisd-new showkeys # install dkim in domains DNS, name=dkim._domainkey type=TXT value=”v=DKIM1; p=k32hkj…” (remove the quotes and spaces at line breaks) […]