diff options
author | Adminrezo (Nico Dewaele) <nico@adminrezo.fr> | 2016-02-18 21:02:19 +0000 |
---|---|---|
committer | Adminrezo (Nico Dewaele) <nico@adminrezo.fr> | 2016-02-18 21:02:19 +0000 |
commit | 89ef6e45478c343b77202faac21758edc5fca1f4 (patch) | |
tree | 1bca4a81d0848943888c9f9b4e4754f56b2a119d | |
parent | fix sftp entry (diff) | |
download | awesome-selfhosted-89ef6e45478c343b77202faac21758edc5fca1f4.tar.gz awesome-selfhosted-89ef6e45478c343b77202faac21758edc5fca1f4.zip |
Add mailman
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -20,6 +20,7 @@ Table of Contents - [Mail Transfer Agents](#mail-transfer-agents) - [Mail Delivery Agents](#mail-delivery-agents) - [Complete solutions](#complete-solutions) + - [Mailing lists](#mailing-lists) - [XMPP](#xmpp) - [XMPP Servers](#xmpp-servers) - [XMPP Web Clients](#xmpp-web-clients) @@ -200,6 +201,12 @@ _simple deployment of a mail server, e.g. for inexperienced or impatient admins. * [Citadel](http://www.citadel.org/) - Feature packed, easy, versatile, and powerful mail server, thanks to exclusive "rooms" based architecture. * [Modoboa](http://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. `Python` `MIT` +#### Mailing lists + +_Mailing lists servers._ + + * [Mailman](https://www.gnu.org/software/mailman/) - The Gnu mailing list server. `Python` `GPL` + ### XMPP |