Name Date Size #Lines LOC

..--

test/H--2415

INSTALLH A D03-Jun-20141.1 KiB2922

LICENSEH A D28-Oct-20155.3 KiB11089

MakefileH A D22-Sep-20213 KiB11277

Makefile.etcH A D03-Jun-2014300 1611

README.markdownH A D28-Oct-2015779 3823

TODOH A D28-Oct-2015133 54

VERSIONH A D22-Sep-20216 21

aliases_parse.yH A D28-Oct-20151.5 KiB11189

aliases_scan.lH A D28-Oct-2015463 2517

auth.confH A D03-Jun-2014186 50

base64.cH A D03-Jun-20143.4 KiB13691

conf.cH A D22-Sep-20216.7 KiB262171

crypto.cH A D11-May-202310.1 KiB351212

dfcompat.cH A D22-Sep-20213.7 KiB12349

dfcompat.hH A D03-Jun-2014406 2517

dma-mbox-create.cH A D23-Oct-20185 KiB193101

dma.8H A D22-Sep-20219 KiB377376

dma.cH A D28-Jan-202213.2 KiB639459

dma.confH A D22-Sep-20212.5 KiB710

dma.hH A D22-Sep-20216.7 KiB255169

dns.cH A D22-Sep-20216.6 KiB294194

get-version.shH A D22-Sep-2021177 127

local.cH A D22-Sep-20216.6 KiB257162

mail.cH A D27-Sep-202210.8 KiB524383

net.cH A D27-Jan-202217.2 KiB691485

spool.cH A D22-Sep-20219.5 KiB445314

util.cH A D22-Sep-20217.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