diff options
author | Edward D <ed.kickball@hotmail.com> | 2016-06-25 03:52:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-25 03:52:55 +0000 |
commit | 161bd09ed90c1c507f491280231a8303372d1d7a (patch) | |
tree | cb52ab08c86364efa0e6642514f5435c1e1329a6 | |
parent | Add Anchor and Solo (#588) (diff) | |
download | awesome-selfhosted-161bd09ed90c1c507f491280231a8303372d1d7a.tar.gz awesome-selfhosted-161bd09ed90c1c507f491280231a8303372d1d7a.zip |
Update OpenSMTPD with missing information
* Add OpenSMTPD Language
* Add OpenSMTPD Source Code
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ _MTAs / SMTP servers_ * [Haraka](http://haraka.github.io/) - A high-performance, pluginable SMTP server written in JavaScript. ([Source Code](https://github.com/haraka/Haraka)) `MIT` `Javascript` * [MailCatcher](http://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://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` +* [OpenSMTPD](https://opensmtpd.org/) - Secure SMTP server implementation from the OpenBSD project. ([Source Code](https://github.com/OpenSMTPD/OpenSMTPD)) `ISC` `C` * [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` * [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA). |