Update Exim Missing Information

* Add Exim Language
* Add Exim Source Code
* Update Exim Site Link to use HTTPS
pull/591/head
Edward D 2016-06-24 23:46:00 -04:00 committed by GitHub
parent 809d51f956
commit 9fc900a883
1 changed files with 1 additions and 1 deletions

View File

@ -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](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. `GPL`
* [Exim](https://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. ([Source Code](https://github.com/Exim/exim))`GPL` `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`