Name Date Size #Lines LOC

..--

default-conf/H20-Feb-2020-1913

dma/H13-Mar-2021-2317

dma-mbox-create/H13-Mar-2021-1712

LICENSEH A D20-Feb-20205.3 KiB11089

MakefileH A D08-Jul-2024108 83

Makefile.incH A D20-Feb-202027 21

README.DRAGONFLYH A D13-Mar-2021687 2822

README.markdownH A D20-Feb-2020743 3320

TODOH A D13-Mar-2021133 54

VERSIONH A D13-Mar-20216 21

aliases_parse.yH A D13-Mar-20211.6 KiB11593

aliases_scan.lH A D13-Mar-2021463 2517

auth.confH A D20-Feb-2020186 50

base64.cH A D20-Feb-20203.4 KiB13691

conf.cH A D13-Mar-20216.7 KiB261170

crypto.cH A D23-Jun-202110.1 KiB352213

dfcompat.cH A D13-Mar-20213.7 KiB12349

dfcompat.hH A D20-Feb-2020406 2517

dma-mbox-create.cH A D13-Mar-20214.2 KiB15680

dma.8H A D08-Jul-20249.4 KiB393392

dma.cH A D23-Jun-202113.3 KiB640461

dma.confH A D13-Mar-20212.5 KiB710

dma.hH A D23-Jun-20216.7 KiB249165

dns.cH A D13-Mar-20216.6 KiB294194

local.cH A D13-Mar-20216.6 KiB257162

mail.cH A D23-Jun-202110.1 KiB502365

net.cH A D13-Mar-202116.8 KiB678473

spool.cH A D13-Mar-20219.5 KiB445314

util.cH A D23-Jun-20217.5 KiB368267

README.DRAGONFLY

1DragonFly Mail Agent (DMA)
2==========================
3
4While dma originated on DragonFly, the official repository is now
5considered to be at GitHub:
6
7https://github.com/corecode/dma
8
9Synced commit May 23 2020: 14ea7d7d5b8e0819d462c9265dafd1b222d994c1
10
11Local modifications applied to following files:
12	aliases_parse.y	(-Werror=redundant-decls)
13	dma.8		(typo)
14	dma.c		(-Werror=redundant-decls, -Werror=implicit-fallthrough)
15	dma.c		(recognize mailq -Ac)
16	dma.c		(recognize hoststat and purgestat)
17	dma.h		(-Werror=redundant-decls, -Werror=missing-prototypes)
18	mail.c		(-Werror=implicit-fallthrough)
19
20Not imported:
21	BSDmakefile
22	INSTALL
23	Makefile
24	Makefile.etc
25	bsd/
26	get-version.sh
27	test/
28

README.markdown

1dma -- DragonFly Mail Agent
2===========================
3
4dma is a small Mail Transport Agent (MTA), designed for home and
5office use.  It accepts mails from locally installed Mail User Agents (MUA)
6and delivers the mails either locally or to a remote destination.
7Remote delivery includes several features like TLS/SSL support and
8SMTP authentication.
9
10dma is not intended as a replacement for real, big MTAs like sendmail(8)
11or postfix(1).  Consequently, dma does not listen on port 25 for
12incoming connections.
13
14
15Building
16--------
17
18	make
19
20
21Installation
22------------
23
24	make install sendmail-link mailq-link install-spool-dirs install-etc
25
26See INSTALL for requirements and configuration options.
27
28
29Contact
30-------
31
32Simon Schubert <2@0x2c.org>
33