diff options
author | Brian Morin <bdmorin@gmail.com> | 2017-06-11 16:01:20 +0000 |
---|---|---|
committer | Brian Morin <bdmorin@gmail.com> | 2017-06-11 16:01:20 +0000 |
commit | 364fe5a8941be79ea772316633f1c3bffc0d9942 (patch) | |
tree | b16d1be4996110d181f75c01230b3277db59cdc8 | |
parent | Removed Source code from mirrorrr (diff) | |
download | awesome-selfhosted-364fe5a8941be79ea772316633f1c3bffc0d9942.tar.gz awesome-selfhosted-364fe5a8941be79ea772316633f1c3bffc0d9942.zip |
Added Postal Email solution
Self hosted mail server for incoming/outgoing
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -265,6 +265,7 @@ _simple deployment of a mail server, e.g. for inexperienced or impatient admins. * [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)) `GPLv2` `PHP` * [Mail-in-a-Box](https://mailinabox.email/) - Turns any Ubuntu server into a fully functional mail server with one command. ([Source Code](https://github.com/mail-in-a-box/mailinabox)) `CC0` `Shell` * [Modoboa](http://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. ([Source Code](https://github.com/tonioo/modoboa)) `MIT` `Python` + * [Postal](https://github.com/atech/postal) - Postal is a complete and full featured mail server for use by websites and web servers. `MIT` `Ruby` #### Mail Transfer Agents |