kernel/ath_hal: Add missing header to fix build with -Wundef.
[dragonfly.git] / libexec / dma / README.markdown
blob13ff20c9aa417308ad607e217372164b06550a98
1 dma -- DragonFly Mail Agent
2 ===========================
4 dma is a small Mail Transport Agent (MTA), designed for home and
5 office use.  It accepts mails from locally installed Mail User Agents (MUA)
6 and delivers the mails either locally or to a remote destination.
7 Remote delivery includes several features like TLS/SSL support and
8 SMTP authentication.
10 dma is not intended as a replacement for real, big MTAs like sendmail(8)
11 or postfix(1).  Consequently, dma does not listen on port 25 for
12 incoming connections.
15 Building
16 --------
18         make
21 Installation
22 ------------
24         make install sendmail-link mailq-link install-spool-dirs install-etc
26 See INSTALL for requirements and configuration options.
29 Contact
30 -------
32 Simon Schubert <2@0x2c.org>