From owner-svn-src-all@FreeBSD.ORG Fri Feb 21 17:07:25 2014 Return-Path: Delivered-To: svn-src-all@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 65157E8F; Fri, 21 Feb 2014 17:07:25 +0000 (UTC) Received: from felyko.com (felyko.com [IPv6:2607:f2f8:a528::3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id 400F0158D; Fri, 21 Feb 2014 17:07:25 +0000 (UTC) Received: from [10.0.1.3] (c-24-6-115-18.hsd1.ca.comcast.net [24.6.115.18]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id 88CB939852; Fri, 21 Feb 2014 09:07:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1393002444; bh=X698Ls1f9x4UIIJO8Qik05wnD6TBaHTE132nGsMhfTI=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=B1WhzbxdtXG6QSfyBA72ww0MwpN1W4dvZojXi1DLnEs8QZvmn+hmjsqA0KbmQ2Hqy EJV+ftBjpdc6ADQM3U9L8mAR84o+TDaXPBOVeb0H4WcCd19ueJ/BdBRIPTP/eL0uQO e8QeqVtz/kfiEsnleMT11YkwBGEk7a/+aqkMG5Hk= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) 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... From: Rui Paulo In-Reply-To: <20140221163217.GJ1699@ithaqua.etoilebsd.net> Date: Fri, 21 Feb 2014 09:07:23 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201402210726.s1L7QnBP007144@svn.freebsd.org> <20140221160144.GA61609@troutmask.apl.washington.edu> <20140221163217.GJ1699@ithaqua.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.1827) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Steve Kargl X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 17:07:25 -0000 On 21 Feb 2014, at 08:32, 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 >>>=20 >>> Log: >>> Import Dragonfly Mail Agent into base system >>>=20 >>> It is a small and lightweight Mail Transport Agent. >>> 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, SMTP authentication and = NULLCLIENT. >>>=20 >>> Make dma conditional to new WITHOUT_DMA option and make it respect = WITHOUT_MAIL >>>=20 >>> Reviewed by: peter >>> Discussed with: emaste, bz, peter >>=20 >> Why? There is /usr/ports/mail/dma. >>=20 > 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. I agree with this notion and to be honest the next step should be to = remove sendmail from the base system. -- Rui Paulo