Date: Thu, 12 Feb 2009 00:41:34 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/dma Makefile distinfo pkg-descr pkg-plist ports/mail/dma/files dma.rb patch-Makefile patch-libexec_dma_net.c pkg-message.in Message-ID: <200902120041.n1C0fYl4026624@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wxs 2009-02-12 00:41:34 UTC
FreeBSD ports repository
Modified files:
mail Makefile
Added files:
mail/dma Makefile distinfo pkg-descr pkg-plist
mail/dma/files dma.rb patch-Makefile
patch-libexec_dma_net.c pkg-message.in
Log:
The DragonFly Mail Agent 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.
Since dma is not intended as a replacement for real, big MTAs
like sendmail(8) or postfix(1), it does not listen on port 25
for incoming connections.
PR: ports/130658
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Revision Changes Path
1.946 +1 -0 ports/mail/Makefile
1.1 +55 -0 ports/mail/dma/Makefile (new)
1.1 +3 -0 ports/mail/dma/distinfo (new)
1.1 +58 -0 ports/mail/dma/files/dma.rb (new)
1.1 +6 -0 ports/mail/dma/files/patch-Makefile (new)
1.1 +21 -0 ports/mail/dma/files/patch-libexec_dma_net.c (new)
1.1 +31 -0 ports/mail/dma/files/pkg-message.in (new)
1.1 +11 -0 ports/mail/dma/pkg-descr (new)
1.1 +14 -0 ports/mail/dma/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902120041.n1C0fYl4026624>
