From owner-svn-src-head@FreeBSD.ORG Fri Feb 21 17:32:05 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AAA5D7A; Fri, 21 Feb 2014 17:32:05 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE904187A; Fri, 21 Feb 2014 17:32:04 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.8/8.14.8) with ESMTP id s1LHW40U062103 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 21 Feb 2014 09:32:04 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.8/8.14.8/Submit) id s1LHW42n062102; Fri, 21 Feb 2014 09:32:04 -0800 (PST) (envelope-from sgk) Date: Fri, 21 Feb 2014 09:32:04 -0800 From: Steve Kargl To: Baptiste Daroussin Subject: Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/build... Message-ID: <20140221173204.GA62009@troutmask.apl.washington.edu> References: <201402210726.s1L7QnBP007144@svn.freebsd.org> <20140221160144.GA61609@troutmask.apl.washington.edu> <20140221163217.GJ1699@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140221163217.GJ1699@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 17:32:05 -0000 On Fri, Feb 21, 2014 at 05:32:18PM +0100, Baptiste Daroussin wrote: > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote: > > On Fri, Feb 21, 2014 at 07:26:49AM +0000, Baptiste Daroussin wrote: > > > Author: bapt > > > Date: Fri Feb 21 07:26:49 2014 > > > New Revision: 262282 > > > URL: http://svnweb.freebsd.org/changeset/base/262282 > > > > > > Log: > > > Import Dragonfly Mail Agent into base system > > > > > > > Why? There is /usr/ports/mail/dma. > > > Because there are lot of case where you do not need a full smtp > server in base but just be able to deliver locally and/or relay > mails outside, dma is very good for that purpose. As there is already a full stmp server in base, your argument is fairly weak. Yes, I know there is now going to be a small, but vocal group of people, demanding the removal of sendmail. So, let's remove both sendmail and dma, and then let the user choose an agent from ports/mail. -- steve