diff options
author | nodiscc <nodiscc@gmail.com> | 2022-08-29 09:41:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 09:41:13 +0000 |
commit | d0ad0f737d9f33a55ca643f711aa6e35c6ad42c9 (patch) | |
tree | 7c6e55405091d7c50ff2db2ab48f3b5c07135935 | |
parent | Merge pull request #3222 from forks-by-kieran/redirect-fixes (diff) | |
parent | add mkhost (diff) | |
download | awesome-selfhosted-d0ad0f737d9f33a55ca643f711aa6e35c6ad42c9.tar.gz awesome-selfhosted-d0ad0f737d9f33a55ca643f711aa6e35c6ad42c9.zip |
Merge pull request #3214 from sfindeisen/mkhost
add mkhost to Communication - Email - Complete Solutions
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -396,6 +396,7 @@ Simple deployment of a mail server, e.g. for inexperienced or impatient admins. - [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-1.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/mailcow/mailcow-dockerized)) `GPL-2.0` `Docker/PHP` - [Mailu](https://mailu.io/) - Mailu is a simple yet full-featured mail server as a set of Docker images. ([Source Code](https://github.com/Mailu/Mailu)) `MIT` `Docker/Python` +- [mkhost](https://github.com/sfindeisen/mkhost) - Declarative, idempotent mail server configuration script. `Apache-2.0` `Python` - [Modoboa](https://modoboa.org/en/) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. ([Source Code](https://github.com/modoboa/modoboa)) `ISC` `Python` - [Ptorx](https://github.com/xyfir/ptorx) - Email privacy. Anonymously send and receive with alias forwarding. `GPL-3.0` `Nodejs` - [Simple NixOS Mailserver](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver) - Complete mailserver solution leveraging the Nix Ecosystem. `GPL-3.0` `Nix` |