aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rylatt <AndyR207@users.noreply.github.com>2016-06-25 20:38:42 +0000
committerGitHub <noreply@github.com>2016-06-25 20:38:42 +0000
commitd0c2658dd18ce1ec654704efefdd86ed2d4b86dd (patch)
tree710a5b80e617399f8cf3e666ee1c2932b35ed537
parentMerge pull request #593 from Kickball/qmail (diff)
parentFix OpenSMTPD (MTA) Source Code Link (diff)
downloadawesome-selfhosted-d0c2658dd18ce1ec654704efefdd86ed2d4b86dd.tar.gz
awesome-selfhosted-d0c2658dd18ce1ec654704efefdd86ed2d4b86dd.zip
Merge pull request #592 from Kickball/opensmtpd
Update OpenSMTPD with missing information
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8be5475d..0c3fd70f 100644
--- a/README.md
+++ b/README.md
@@ -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](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` `C`
* [Qmail](http://www.qmail.org/top.html) - Secure Sendmail replacement. ([Source Code](https://sources.debian.net/src/netqmail/1.06-5/)) `CC0` `C`
* [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA).