]> git.ipfire.org Git - people/ms/dma.git/blame - README.markdown
Merge pull request #34 from mtremer/better-authentication
[people/ms/dma.git] / README.markdown
CommitLineData
bb4dd7da
SS
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
3f774a0f
AHJ
18In Linux:
19
bb4dd7da
SS
20 make
21
3f774a0f
AHJ
22In BSD:
23
24 cd bsd && make
bb4dd7da
SS
25
26Installation
27------------
28
d84c3daa 29 make install sendmail-link mailq-link install-spool-dirs install-etc
bb4dd7da 30
120f1fdd
GB
31See INSTALL for requirements and configuration options.
32
bb4dd7da
SS
33
34Contact
35-------
36
37Simon Schubert <2@0x2c.org>