From owner-svn-src-head@FreeBSD.ORG Fri Feb 21 16:32:26 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 CF82CCDD; Fri, 21 Feb 2014 16:32:26 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 153151224; Fri, 21 Feb 2014 16:32:25 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id l18so948709wgh.2 for ; Fri, 21 Feb 2014 08:32:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=wL8VFrJaoArm7+K+YKvCCygDKfgMYnRaiNlBnOc1XZw=; b=MpvWoUyFugVrc1NUJlstbYATD95Wf5T04fxyybgmL0Io0OYglOvOWT+4KQ7LrciJTv oJO8gpbE+VajwdPoFoqTBDYpHzuOD3ud4jpggSTcqMumjjbdi/tKxURG+KAVc/1Wj6iz SRs4DRIhe0w41GyYBTylQCFRDxpV8NTXHh+FBamSeOhPTeQVEnnsoFh3RZv882nAEhWs mAAIto9qETlvhL28SDr9ZgvQToOZyhKKI7RCtj/B3aFWyQ/D196qznQkrpZUQWLJKf7G XLrorZ51vMWhUN7qoGEnnAZ5vujMxVRkLNpPtqoLfw6R/uKGNRtlyRX9zHzS8TBSDHNa HQJg== X-Received: by 10.194.170.167 with SMTP id an7mr7978558wjc.39.1393000344218; Fri, 21 Feb 2014 08:32:24 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id jw4sm18181823wjc.20.2014.02.21.08.32.20 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 21 Feb 2014 08:32:20 -0800 (PST) Sender: Baptiste Daroussin Date: Fri, 21 Feb 2014 17:32:18 +0100 From: Baptiste Daroussin To: Steve Kargl 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: <20140221163217.GJ1699@ithaqua.etoilebsd.net> References: <201402210726.s1L7QnBP007144@svn.freebsd.org> <20140221160144.GA61609@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CxDuMX1Cv2n9FQfo" Content-Disposition: inline In-Reply-To: <20140221160144.GA61609@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.21 (2010-09-15) 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 16:32:26 -0000 --CxDuMX1Cv2n9FQfo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 de= livers the > > mails either locally or to a remote destination. Remote delivery incl= udes > > several features like TLS/SSL support, SMTP authentication and NULLCL= IENT. > > =20 > > Make dma conditional to new WITHOUT_DMA option and make it respect WI= THOUT_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 b= ase but just be able to deliver locally and/or relay mails outside, dma is very good for= that purpose. regards, Bapt --CxDuMX1Cv2n9FQfo Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlMHf5EACgkQ8kTtMUmk6EycVwCgwHFBl93fd0eJGIt1/p3lPDRn kjIAnj1SxEmpRR6xUney2XeOQn6C3LHO =fe06 -----END PGP SIGNATURE----- --CxDuMX1Cv2n9FQfo--