Name Date Size #Lines LOC

..--

test/H12-Mar-2021-2415

INSTALLH A D12-Mar-20211.1 KiB2922

LICENSEH A D12-Mar-20215.3 KiB11089

MakefileH A D18-Feb-20223 KiB11277

Makefile.etcH A D12-Mar-2021300 1611

README.markdownH A D12-Mar-2021779 3823

TODOH A D12-Mar-2021133 54

VERSIONH A D18-Feb-20226 21

aliases_parse.yH A D12-Mar-20211.5 KiB11189

aliases_scan.lH A D12-Mar-2021463 2517

auth.confH A D12-Mar-2021186 50

base64.cH A D12-Mar-20213.4 KiB13691

conf.cH A D18-Feb-20226.7 KiB262171

crypto.cH A D08-Jul-202410.1 KiB351212

dfcompat.cH A D18-Feb-20223.7 KiB12349

dfcompat.hH A D12-Mar-2021406 2517

dma-mbox-create.cH A D12-Mar-20215 KiB193101

dma.8H A D18-Feb-20229 KiB377376

dma.cH A D18-Feb-202213.2 KiB639459

dma.confH A D18-Feb-20222.5 KiB710

dma.hH A D18-Feb-20226.7 KiB255169

dns.cH A D18-Feb-20226.6 KiB294194

get-version.shH A D18-Feb-2022177 127

local.cH A D18-Feb-20226.6 KiB257162

mail.cH A D15-Nov-202210.8 KiB524383

net.cH A D18-Feb-202217.2 KiB691485

spool.cH A D18-Feb-20229.5 KiB445314

util.cH A D18-Feb-20227.5 KiB368267

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
18In Linux:
19
20	make
21
22In BSD:
23
24	cd bsd && make
25
26Installation
27------------
28
29	make install sendmail-link mailq-link install-spool-dirs install-etc
30
31See INSTALL for requirements and configuration options.
32
33
34Contact
35-------
36
37Simon Schubert <2@0x2c.org>
38