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. WWW: http://www.dragonflybsd.org/
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
State Changed From-To: open->feedback Submittors request.
Attached a shar of a new version of the port. Main difference to previous version is an additional patch fixing two NULL pointer dereferences. (Patch of course also submitted upstream.) -- Daniel Roethlisberger http://daniel.roe.ch/
DragonFlyBSD's matthias@ has backed out the not-quite-production quality .forward file handling code from their git repo. Attached a shar updated to yesterday's version of the DragonFly Mail Agent. From my point of view, this version of the port can be committed now. Wesley, let me know if you need a diff to previous instead of the shar. -- Daniel Roethlisberger http://daniel.roe.ch/
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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!