diff options
author | Edward D <ed.kickball@hotmail.com> | 2016-06-25 04:12:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-25 04:12:59 +0000 |
commit | 2fc34fba5002ec7537c8720afe8be6b218566d68 (patch) | |
tree | 961b2abaf64dc11c92c9d4027872c55e1a1055ef | |
parent | Add Anchor and Solo (#588) (diff) | |
download | awesome-selfhosted-2fc34fba5002ec7537c8720afe8be6b218566d68.tar.gz awesome-selfhosted-2fc34fba5002ec7537c8720afe8be6b218566d68.zip |
Update Qmail with missing license
* Add Qmail License
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ _MTAs / SMTP servers_ * [Maildrop](https://github.com/m242/maildrop) - Disposable email SMTP server, also useful for development. `MIT` `Scala` * [OpenSMTPD](https://opensmtpd.org/) - Secure SMTP server implementation from the OpenBSD project. `ISC` * [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement. `IPL` `C` -* [Qmail](http://www.qmail.org/top.html) - Secure Sendmail replacement. `CC0` +* [Qmail](http://www.qmail.org/top.html) - Secure Sendmail replacement. `CC0` `C` * [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA). * [Slimta](http://slimta.org) - Mail Transfer Library built on Python. ([Source Code](https://github.com/slimta/python-slimta)) `MIT License` `Python` |