Mailafar is a mail server designed for use in difficult communication environments providing a full set of Internet email protocols, web mail, web admin, dial-in and wireless LAN access control. It will run on Linux, FreeBSD and Windows.
This project makes it easier for teachers to do their class. It allows teachers to use software at their home and upload it on a website, from their home or school computer. Allowing parents and/or students to see their marks, and everything else.
Raspberry Pi compatible docker image containing a Citadel groupware server. This image has been successfully tested on a Raspberry Pi 3 running Hypriot OS.
Run it with the following command (make sure to replace YOUR_HOSTNAME with your preferred hostname (e.g. mail.my.domain):
docker run -d -h YOUR_HOSTNAME --name citadel --dns 8.8.8.8 -e WEBCIT_LANG=en -e WEBCIT_HTTP_PORT=8080 -e WEBCIT_HTTPS_PORT=8443 -p 25:25 -p 110:110 -p 143:143 -p 465:465 -p 587:587 -p 993:993 -p 995:995 -p...