cvs commit: src/libexec Makefile src/libexec/dma Makefile aliases_parse.y aliases_scan.l base64.c conf.c crypto.c dma.8 dma.c dma.h net.c

Matthias Schmidt matthias at crater.dragonflybsd.org
Sat Feb 2 10:23:59 PST 2008


matthias    2008/02/02 10:20:51 PST

DragonFly src repository

  Modified files:
    libexec              Makefile 
  Added files:
    libexec/dma          Makefile aliases_parse.y aliases_scan.l 
                         base64.c conf.c crypto.c dma.8 dma.c 
                         dma.h net.c 
  Log:
  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@
  
  Revision  Changes    Path
  1.13      +1 -0      src/libexec/Makefile


http://www.dragonflybsd.org/cvsweb/src/libexec/Makefile.diff?r1=1.12&r2=1.13&f=u





More information about the Commits mailing list