diff options
author | André Rodier <arodier@users.noreply.github.com> | 2018-03-18 16:04:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-18 16:04:35 +0000 |
commit | 1dc52a782e8dde0038dad0a1d750acb7d4898a59 (patch) | |
tree | 0ec4bc6d0c6cee8855efa6e2cce86aeeef0c9821 | |
parent | Merge pull request #1307 from Kickball/add-tileserver-gl (diff) | |
download | awesome-selfhosted-1dc52a782e8dde0038dad0a1d750acb7d4898a59.tar.gz awesome-selfhosted-1dc52a782e8dde0038dad0a1d750acb7d4898a59.zip |
Update README.md
I have been self hosted myself for more than 10 years, and after some time, I thought it will be good to share my experiences with other people interested. This is another email hosting project, but there is fundamental differences with the current existing projects, which I give a link at the end of the readme page.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -289,6 +289,7 @@ _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. ([Source Code](http://code.citadel.org/?p=citadel.git;a=summary)) `GPL-3.0` `C` - [docker-mailserver](https://github.com/tomav/docker-mailserver) - Fullstack but simple mail server (smtp, imap, antispam, antivirus, etc.). Only configuration files, no SQL database. Keep it simple and versioned. Easy to deploy and upgrade. `MIT` `Docker` - [Inboxen](https://inboxen.org) - Inboxen is a service that provides you with an infinite number of unique inboxes. ([Source Code](https://github.com/Inboxen/Inboxen)) `GPL-3.0` `Python` +- [homebox](https://github.com/progmaticltd/homebox) - A suite of Ansible scripts to deploy a fully functional mail server on Debian. Unobtrusive and automatic as much as possible, focusing on stability and security. `GPL-3.0` `Shell` - [iRedMail](http://www.iredmail.org/) - Full-featured mail server solution based on Postfix and Dovecot. ([Source Code](https://bitbucket.org/zhb/iredmail/commits/)) `GPL-3.0` `Shell` - [Mailcow](https://mailcow.email/) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. ([Source Code](https://github.com/andryyy/mailcow)) `GPL-2.0` `PHP` - [Mailu](https://mailu.io/) - Mailu is a simple yet full-featured mail server as a set of Docker images. ([Demo](https://github.com/Mailu/Mailu/wiki/Demo-server), [Source Code](https://github.com/Mailu/Mailu)) `MIT` `Docker/Python` |