NameDateSize

..06-May-202087

aliases_parse.yH A D18-Aug-20161.5 KiB

aliases_scan.lH A D18-Aug-2016463

auth.confH A D18-Aug-2016186

base64.cH A D18-Aug-20163.4 KiB

conf.cH A D18-Aug-20166.2 KiB

crypto.cH A D18-Aug-20169 KiB

dfcompat.cH A D18-Aug-20163.6 KiB

dfcompat.hH A D18-Aug-2016406

dma-mbox-create.cH A D22-Dec-20164.2 KiB

dma.8H A D01-Jun-20178.7 KiB

dma.cH A D01-Apr-201813.2 KiB

dma.confH A D18-Aug-20162.3 KiB

dma.hH A D22-Aug-20166.4 KiB

dns.cH A D22-Aug-20166.7 KiB

get-version.shH A D18-Aug-2016177

INSTALLH A D18-Aug-20161.1 KiB

LICENSEH A D18-Aug-20165.3 KiB

local.cH A D22-Aug-20166.6 KiB

mail.cH A D02-May-20189.8 KiB

MakefileH A D18-Aug-20163 KiB

Makefile.etcH A D18-Aug-2016300

net.cH A D22-Aug-201613.2 KiB

README.markdownH A D18-Aug-2016779

spool.cH A D18-Aug-20169.5 KiB

test/H20-Dec-20163

TODOH A D18-Aug-2016133

util.cH A D18-Aug-20167.2 KiB

VERSIONH A D22-Aug-20166

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