FreeBSD src
Go to file
2016-09-30 23:35:47 +00:00
test Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
aliases_parse.y Import dma 0.10 2015-10-10 23:22:05 +00:00
aliases_scan.l Import dma 0.10 2015-10-10 23:22:05 +00:00
auth.conf Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
base64.c Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
conf.c Import dma 0.10 2015-10-10 23:22:05 +00:00
crypto.c Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
dfcompat.c Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
dfcompat.h Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
dma-mbox-create.c Import dma snapshot 20160929 2016-09-30 23:35:47 +00:00
dma.8 Import dma 0.10 2015-10-10 23:22:05 +00:00
dma.c Import Dragonfly Mail agent snapshot from 2016-08-16 2016-08-20 16:28:17 +00:00
dma.conf Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
dma.h Import Dragonfly Mail agent snapshot from 2016-08-16 2016-08-20 16:28:17 +00:00
dns.c Import Dragonfly Mail agent snapshot from 2016-08-16 2016-08-20 16:28:17 +00:00
get-version.sh Import dma 0.10 2015-10-10 23:22:05 +00:00
INSTALL Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
LICENSE Import dma 0.10 2015-10-10 23:22:05 +00:00
local.c Import Dragonfly Mail agent snapshot from 2016-08-16 2016-08-20 16:28:17 +00:00
mail.c Import dma 0.10 2015-10-10 23:22:05 +00:00
Makefile Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
Makefile.etc Import dma 89702b7f14 (2013-02-13) into vendors 2014-02-20 22:39:55 +00:00
net.c Import Dragonfly Mail agent snapshot from 2016-08-16 2016-08-20 16:28:17 +00:00
README.markdown Import dma 0.10 2015-10-10 23:22:05 +00:00
spool.c Import dma 0.10 2015-10-10 23:22:05 +00:00
TODO Import dma 0.10 2015-10-10 23:22:05 +00:00
util.c Import dma 0.10 2015-10-10 23:22:05 +00:00
VERSION Import Dragonfly Mail agent snapshot from 2016-08-16 2016-08-20 16:28:17 +00:00

dma -- DragonFly Mail Agent

dma is a small Mail Transport Agent (MTA), designed for home and office use. It accepts mails from locally installed Mail User Agents (MUA) and delivers the mails either locally or to a remote destination. Remote delivery includes several features like TLS/SSL support and SMTP authentication.

dma is not intended as a replacement for real, big MTAs like sendmail(8) or postfix(1). Consequently, dma does not listen on port 25 for incoming connections.

Building

In Linux:

make

In BSD:

cd bsd && make

Installation

make install sendmail-link mailq-link install-spool-dirs install-etc

See INSTALL for requirements and configuration options.

Contact

Simon Schubert 2@0x2c.org