diff options
author | worldworm <13227454+worldworm@users.noreply.github.com> | 2019-08-20 22:35:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 22:35:54 +0000 |
commit | 48eec7731def56e402b4c8f0907cf6425625ad60 (patch) | |
tree | ef780611c9db4ae1def3e2113e7fec8793f6a364 | |
parent | Added Tiny Tiny RSS Repo (diff) | |
download | awesome-selfhosted-48eec7731def56e402b4c8f0907cf6425625ad60.tar.gz awesome-selfhosted-48eec7731def56e402b4c8f0907cf6425625ad60.zip |
Change Qmail Site link
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -333,7 +333,7 @@ _MTAs / SMTP servers_ - [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` - [OpenSMTPD](https://opensmtpd.org/) - Secure SMTP server implementation from the OpenBSD project. ([Source Code](http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/smtpd/)) `ISC` `C` - [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement. `IPL-1.0` `C` -- [Qmail](http://www.qmail.org/top.html) - Secure Sendmail replacement. ([Source Code](https://sources.debian.net/src/netqmail/1.06-5/)) `CC0-1.0` `C` +- [Qmail](https://cr.yp.to/qmail.html) - Secure Sendmail replacement. ([Source Code](https://sources.debian.net/src/netqmail/1.06-5/)) `CC0-1.0` `C` - [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA). `Sendmail` `C` - [Slimta](http://slimta.org) - Mail Transfer Library built on Python. ([Source Code](https://github.com/slimta/python-slimta)) `MIT` `Python` |