]> git.ipfire.org Git - people/ms/dma.git/commit - base64.c
Add the DragonFly Mail Agent dma(8) to the base.
authorMatthias Schmidt <matthias@dragonflybsd.org>
Sat, 2 Feb 2008 18:20:51 +0000 (18:20 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Sat, 2 Feb 2008 18:20:51 +0000 (18:20 +0000)
commit86e4d16192afd9c8a099f304acff35c89d6418f3
treec80d91b2ae70ba9ae17b3bf41e80c061ee7d494c
Add the DragonFly Mail Agent dma(8) to the base.

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 authen-
tication (AUTH LOGIN only).

dma is not intended as a replacement for real, big MTAs like sendmail(8)
or postfix(8).  Consequently, dma does not listen on port 25 for incoming
connections.

Current list of features:
- Local mail delivery with alias-support
- Remote mail delivery either direct or via a smarthost
- TLS/SSL and STARTTLS support for encrypted connections
- virtualusers (address rewriting) support
- SMTP authentication (currently only plain SMTP login)
- Sendmail compatible command line options
- IPv6 support

Code-collaboration-with: codecode@
Man-page-collaboration-with: swildner@
Approved-by: dillon@
Makefile [new file with mode: 0644]
aliases_parse.y [new file with mode: 0644]
aliases_scan.l [new file with mode: 0644]
base64.c [new file with mode: 0644]
conf.c [new file with mode: 0644]
crypto.c [new file with mode: 0644]
dma.8 [new file with mode: 0644]
dma.c [new file with mode: 0644]
dma.h [new file with mode: 0644]
net.c [new file with mode: 0644]