aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward D <ed.kickball@hotmail.com>2016-06-25 20:05:22 +0000
committerGitHub <noreply@github.com>2016-06-25 20:05:22 +0000
commitd85012945d918b41219e6ba02f06225857541f19 (patch)
tree62914cf14999883372d1a98af0f9b20765b74c5c
parentUpdate OpenSMTPD with missing information (diff)
downloadawesome-selfhosted-d85012945d918b41219e6ba02f06225857541f19.tar.gz
awesome-selfhosted-d85012945d918b41219e6ba02f06225857541f19.zip
Fix OpenSMTPD (MTA) Source Code Link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5d3f291..52de566d 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. ([Source Code](https://github.com/OpenSMTPD/OpenSMTPD)) `ISC` `C`
+* [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. `CC0`
* [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA).