From d4156c3566415261107799bfffa62e49198d79cf Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 26 Feb 2023 00:25:47 +0200 Subject: [PATCH] Mail Transfer Agents: Add DMA (#3598) The DMA is a tiny MTA that works on FreeBSD/FreeNAS. It lacks of many features but still can be used for a basic self hosted email server. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c20e130a..0b44fdce 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g. - [chasquid](https://blitiri.com.ar/p/chasquid/) - SMTP (email) server with a focus on simplicity, security, and ease of operation. ([Source Code](https://blitiri.com.ar/git/r/chasquid/)) `Apache-2.0` `Go` - [Courier MTA](https://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](https://www.courier-mta.org/repo.html)) `GPL-3.0` `C` +- [DragonFly](https://github.com/corecode/dma) - A small MTA for home and office use. Works on Linux and FreeBSD. `BSD` `C` - [Exim](https://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. ([Source Code](https://git.exim.org/exim.git)) `GPL-3.0` `C` - [Haraka](https://haraka.github.io/) - High-performance, pluginable SMTP server written in Javascript. ([Source Code](https://github.com/haraka/Haraka)) `MIT` `Nodejs` - [MailCatcher](https://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`