# set/verify the hostname sudo hostnamectl set-hostname nettools.i12bretro.local # update software repositories sudo apt update # install available software updates sudo apt upgrade # install prerequisites sudo apt install gzip # download iRedMail install scripts wget https://github.com/iredmail/iRedMail/archive/1.3.2.tar.gz # extract the archive sudo tar zxf ./1.3.2.tar.gz cd ./iRedMail* # make the install script executable sudo chmod +x ./iRedMail.sh # run the install script sudo ./iRedMail.sh
Roundcube webmail: https://DNSorIP/mail/ SOGo Groupware: https://DNSorIP/SOGo Web admin panel (iRedAdmin): https://DNSorIP/iredadmin/
Source: https://docs.iredmail.org/install.iredmail.on.debian.ubuntu.html