diff options
author | nodiscc <nodiscc@gmail.com> | 2019-08-20 17:33:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 17:33:07 +0000 |
commit | d9655e1922a863018c1e70abc4807d98c7089ee4 (patch) | |
tree | 3374cd6b01cbcae8318913874a0e7c8e7eae6073 | |
parent | Merge pull request #1769 from bobvanluijt/patch-1 (diff) | |
parent | Add chasquid to the Email/MTA section (diff) | |
download | awesome-selfhosted-d9655e1922a863018c1e70abc4807d98c7089ee4.tar.gz awesome-selfhosted-d9655e1922a863018c1e70abc4807d98c7089ee4.zip |
Merge pull request #1770 from albertito/patch-1
Add chasquid to the Email/MTA section
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -324,6 +324,7 @@ _Simple deployment of a mail server, e.g. for inexperienced or impatient admins. _MTAs / SMTP servers_ +- [chasquid](https://blitiri.com.ar/p/chasquid/) - SMTP (email) server with a focus on simplicity, security, and ease of operation. ([Source Code](https://blitiri.com.ar/git/r/chasquid/)) `Apache-2.0` `Go` - [Courier MTA](http://www.courier-mta.org/) - Fast, scalable, enterprise mail/groupware server providing ESMTP, IMAP, POP3, webmail, mailing list, basic web-based calendaring and scheduling services. ([Source Code](http://www.courier-mta.org/repo.html)) `GPL-3.0` `C` - [Exim](https://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. ([Source Code](http://git.exim.org/exim.git)) `GPL-3.0` `C` - [Haraka](http://haraka.github.io/) - High-performance, pluginable SMTP server written in Javascript. ([Source Code](https://github.com/haraka/Haraka)) `MIT` `Javascript` |