DragonFly commits List (threaded) for 2008-02
DragonFly BSD
DragonFly commits List (threaded) for 2008-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthias Schmidt <matthias@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Feb 2008 10:20:51 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]