Skip to content
/ dma Public
forked from corecode/dma

The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for home and office use.

License

Notifications You must be signed in to change notification settings

trevor87/dma

 
 

Repository files navigation

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

In Linux:

make

In BSD:

cd bsd && make

Installation

make install sendmail-link mailq-link install-spool-dirs install-etc

See INSTALL for requirements and configuration options.

Contact

Simon Schubert [email protected]

About

The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for home and office use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.3%
  • Roff 7.4%
  • Makefile 3.5%
  • Yacc 1.3%
  • Other 0.5%