2014-02-20 23:39:55 +01:00
|
|
|
dma -- DragonFly Mail Agent
|
|
|
|
===========================
|
|
|
|
|
|
|
|
dma is a small Mail Transport Agent (MTA), designed for home and
|
|
|
|
office use. It accepts mails from locally installed Mail User Agents (MUA)
|
|
|
|
and delivers the mails either locally or to a remote destination.
|
|
|
|
Remote delivery includes several features like TLS/SSL support and
|
|
|
|
SMTP authentication.
|
|
|
|
|
|
|
|
dma is not intended as a replacement for real, big MTAs like sendmail(8)
|
|
|
|
or postfix(1). Consequently, dma does not listen on port 25 for
|
|
|
|
incoming connections.
|
|
|
|
|
|
|
|
|
|
|
|
Building
|
|
|
|
--------
|
|
|
|
|
2015-10-11 01:22:05 +02:00
|
|
|
In Linux:
|
|
|
|
|
2014-02-20 23:39:55 +01:00
|
|
|
make
|
|
|
|
|
2015-10-11 01:22:05 +02:00
|
|
|
In BSD:
|
|
|
|
|
|
|
|
cd bsd && make
|
2014-02-20 23:39:55 +01:00
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
make install sendmail-link mailq-link install-spool-dirs install-etc
|
|
|
|
|
|
|
|
See INSTALL for requirements and configuration options.
|
|
|
|
|
|
|
|
|
|
|
|
Contact
|
|
|
|
-------
|
|
|
|
|
|
|
|
Simon Schubert <2@0x2c.org>
|