diff options
author | Edward D <ed.kickball@hotmail.com> | 2016-06-25 19:55:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-25 19:55:24 +0000 |
commit | f87341d5cc44dfe3c059531cd5ad03ffee0dd323 (patch) | |
tree | 1f440be683fefc07007ebbc088389a194b76d312 | |
parent | Update Exim Missing Information (diff) | |
download | awesome-selfhosted-f87341d5cc44dfe3c059531cd5ad03ffee0dd323.tar.gz awesome-selfhosted-f87341d5cc44dfe3c059531cd5ad03ffee0dd323.zip |
Fix Exim (MTA) License and Source Code
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ _simple deployment of a mail server, e.g. for inexperienced or impatient admins. _MTAs / SMTP servers_ * [Courier MTA](http://www.courier-mta.org/) - Fast, scalable, enterprise mail/groupware server providing ESMTP, IMAP, POP3, webmail, mailing list, basic web-based calendaring and scheduling services. ([Source Code](http://www.courier-mta.org/repo.html)) `GPLv3` `C` -* [Exim](https://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. ([Source Code](https://github.com/Exim/exim))`GPL` `C` +* [Exim](https://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. ([Source Code](http://git.exim.org/exim.git))`GPLv3` `C` * [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` |