mailman
Mailing list management system
Install
- All systems
-
curl cmd.cat/mailman.sh
- Debian
-
apt-get install mailman3
- Ubuntu
-
apt-get install mailman3
- Kali Linux
-
apt-get install mailman3
- Fedora
-
dnf install mailman3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mailman3
- Dockerfile
- dockerfile.run/mailman
mailman3
Mailing list management system
This is GNU Mailman version 3, a mailing list management system. This package provides the core delivery engine of the system, which handles the mailing lists data, receives messages, handles the moderation and processing of these messages and delivers them to the mailing lists subscribers. It communicates with the other components through a private administrative REST API. Default database backend is SQLite3 in order to not break automated installations. For productive setups, PostgreSQL or MySQL are much better options though. See README.Debian for further information. In order to get the full Mailman3 system, the metapackage 'mailman3-full' should be installed.