aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2021-08-14 18:35:59 +0000
committerGitHub <noreply@github.com>2021-08-14 18:35:59 +0000
commite1dbdb6e32f2b81a56cc0d28d5d76a80dfd94dd1 (patch)
treeec8e61e2d61239c2a5c98127951ba1ac1ee3de6e
parentMerge pull request #2577 from amo13/patch-2 (diff)
parentMerge branch 'master' into add-maddy (diff)
downloadawesome-selfhosted-e1dbdb6e32f2b81a56cc0d28d5d76a80dfd94dd1.tar.gz
awesome-selfhosted-e1dbdb6e32f2b81a56cc0d28d5d76a80dfd94dd1.zip
Merge pull request #2619 from arisudesu-forks/add-maddy
Add Maddy Mail Server to Email/Complete solutions
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a3e56e1d..df8434c4 100644
--- a/README.md
+++ b/README.md
@@ -236,6 +236,7 @@ _Simple deployment of a mail server, e.g. for inexperienced or impatient admins.
- [homebox](https://github.com/progmaticltd/homebox) - 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`
- [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`
- [iRedMail](http://www.iredmail.org/) - Full-featured mail server solution based on Postfix and Dovecot. ([Source Code](https://github.com/iredmail/iRedMail)) `GPL-3.0` `Shell`
+- [Maddy Mail Server](https://github.com/foxcpp/maddy) - All-in-one mail server that implements SMTP (both MTA and MX) and IMAP. Replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC with single daemon. `GPL-3.0` `Go`
- [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. ([Demo](https://github.com/Mailu/Mailu/wiki/Demo-server), [Source Code](https://github.com/Mailu/Mailu)) `MIT` `Docker/Python`