From 8c7c7f7b7a8730fb5ef76b8b8bb9bc6b1d867410 Mon Sep 17 00:00:00 2001 From: cave beat Date: Thu, 18 Feb 2016 22:46:46 +0100 Subject: [PATCH 1/2] update mailcow --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a45f306f..89c77c4b 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast webmail with IMAP/SMTP Support and multi accounting. ([Demo](http://demo.rainloop.net/), [Source Code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` * [Roundcube](https://roundcube.net) - Browser-based IMAP client with an application-like user interface. ([Screenshots](https://roundcube.net/screens/)) ([Source Code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` * [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. - * [WebMail Lite](http://www.afterlogic.org/webmail-lite) - Webbased IMAP Mail client ([Source Code](https://github.com/afterlogic/webmail-lite) `GPLv3` `PHP` + * [WebMail Lite](http://www.afterlogic.org/webmail-lite) - Webbased IMAP Mail client ([Source Code](https://github.com/afterlogic/webmail-lite)) `GPLv3` `PHP` #### Mail Transfer Agents @@ -194,7 +194,7 @@ _MDAs - IMAP/POP3 software_ _simple deployment of a mail server, e.g. for inexperienced or impatient admins._ * [hMailServer](https://www.hmailserver.com) - Open source e-mail server for Microsoft Windows - * [Mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `PHP/Shell/Other` `GPLv2` + * [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` `Shell` * [Mail-in-a-Box](https://mailinabox.email/) - Turns any Ubuntu server into a fully functional mail server with one command. `Shell/Other` `CC0` * [iRedMail](http://www.iredmail.org/) - Full-featured mail server solution based on Postfix and Dovecot. * [Citadel](http://www.citadel.org/) - Feature packed, easy, versatile, and powerful mail server, thanks to exclusive "rooms" based architecture. From a343811276dbbc51abe2b056029c75a96b818132 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 19 Feb 2016 15:49:06 +0100 Subject: [PATCH 2/2] fix mailcow entry Ref https://github.com/Kickball/awesome-selfhosted/pull/458 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89c77c4b..0fa3b301 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ _MDAs - IMAP/POP3 software_ _simple deployment of a mail server, e.g. for inexperienced or impatient admins._ * [hMailServer](https://www.hmailserver.com) - Open source e-mail server for Microsoft Windows - * [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` `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)) `GPLv2` `PHP/Shell` * [Mail-in-a-Box](https://mailinabox.email/) - Turns any Ubuntu server into a fully functional mail server with one command. `Shell/Other` `CC0` * [iRedMail](http://www.iredmail.org/) - Full-featured mail server solution based on Postfix and Dovecot. * [Citadel](http://www.citadel.org/) - Feature packed, easy, versatile, and powerful mail server, thanks to exclusive "rooms" based architecture.