From 014104ae257e4974552a08bcedab36942c9ad881 Mon Sep 17 00:00:00 2001 From: cbdev Date: Mon, 3 Aug 2015 14:20:34 +0200 Subject: [PATCH] Add cmail to mail server section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c6ed85..73adb7b 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ ### MTA (SMTP) *Mail Transfer Agents (SMTP servers).* +* [cmail](http://cmail.rocks/) - Mail server suite with SQLite backend. * [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. * [Haraka](http://haraka.github.io/) - A high-performance, pluginable SMTP server written in 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.