A full mailserver with an admin GUI and a domain admin GUI. This works on OpenBSD 5.9.
Includes:
- postfix
- dovecot
- spamassasin
- clamav with automatic updates
- packet filter
- roundcube webmail
*The admin and account apps forked from the free mailserv project.
export PKG_PATH=http://ftp2.fr.openbsd.org/pub/OpenBSD/5.9/packages/amd64/
pkg_add git
cd /usr/local/sbin
ftp https://stable.mtier.org/openup
chmod +x openup
openup && reboot
cd /var
git clone https://github.com/wesley974/mailserver
Don't forget to tune your hosts file and verify your hostname!
cd /var/mailserver/install
./install_gui.sh
./build_db.sh
cd /var/mailserver/install
./install_system.sh
./enable_admin_rc.sh
/var/mailserver/install/run_gui.sh
Just browse https://ip_address:4200/getting_started
Then set the email for root messages :
/var/mailserver/install/sysmail.sh
https://ip_address:4200
https://ip_address
Enjoy!