diff options
author | Kieran <kieranrobson1999@gmail.com> | 2022-08-17 08:06:01 +0000 |
---|---|---|
committer | Kieran <kieranrobson1999@gmail.com> | 2022-08-17 08:06:01 +0000 |
commit | 5587e8fb547308277b6d07f42e5d44d39dd60ea1 (patch) | |
tree | 5a66097407929e29321cfa7a9f127ae203a03a01 | |
parent | Update leapchat (diff) | |
download | awesome-selfhosted-5587e8fb547308277b6d07f42e5d44d39dd60ea1.tar.gz awesome-selfhosted-5587e8fb547308277b6d07f42e5d44d39dd60ea1.zip |
Update Haraka
> Haraka - a Node.js Mail Server
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -424,7 +424,7 @@ Simple deployment of a mail server, e.g. for inexperienced or impatient admins. - [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](https://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](https://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](https://git.exim.org/exim.git)) `GPL-3.0` `C` -- [Haraka](https://haraka.github.io/) - High-performance, pluginable SMTP server written in Javascript. ([Source Code](https://github.com/haraka/Haraka)) `MIT` `Javascript` +- [Haraka](https://haraka.github.io/) - High-performance, pluginable SMTP server written in Javascript. ([Source Code](https://github.com/haraka/Haraka)) `MIT` `Nodejs` - [MailCatcher](https://mailcatcher.me/) - Ruby gem that deploys a simply SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. ([Source Code](https://github.com/sj26/mailcatcher)) `MIT` `Ruby` - [Maildrop](https://gitlab.com/markbeeson/maildrop) - Disposable email SMTP server, also useful for development. `MIT` `Scala` - [MailHog](https://github.com/mailhog/MailHog) - Small Golang executable which runs an SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. `MIT` `Go` |