NameDateSize

..11-Mar-202490

aliases_parse.yH A D22-Jun-20211.5 KiB

aliases_scan.lH A D22-Jun-2021463

auth.confH A D22-Jun-2021186

base64.cH A D22-Jun-20213.4 KiB

conf.cH A D22-Sep-20216.7 KiB

crypto.cH A D29-Jun-202310.1 KiB

dfcompat.cH A D22-Sep-20213.7 KiB

dfcompat.hH A D22-Jun-2021406

dma-mbox-create.cH A D22-Jun-20215 KiB

dma.8H A D22-Sep-20219 KiB

dma.cH A D29-Jan-202213.2 KiB

dma.confH A D22-Sep-20212.5 KiB

dma.hH A D22-Sep-20216.7 KiB

dns.cH A D22-Sep-20216.6 KiB

get-version.shH A D22-Sep-2021177

INSTALLH A D22-Jun-20211.1 KiB

LICENSEH A D22-Jun-20215.3 KiB

local.cH A D22-Sep-20216.6 KiB

mail.cH A D13-Oct-202210.8 KiB

MakefileH A D22-Sep-20213 KiB

Makefile.etcH A D22-Jun-2021300

net.cH A D28-Jan-202217.2 KiB

README.markdownH A D22-Jun-2021779

spool.cH A D22-Sep-20219.5 KiB

test/H22-Jun-20213

TODOH A D22-Jun-2021133

util.cH A D22-Sep-20217.5 KiB

VERSIONH A D22-Sep-20216

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