From owner-svn-src-all@FreeBSD.ORG Fri Feb 21 18:03:50 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3196898; Fri, 21 Feb 2014 18:03:50 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id 9AD3A1B39; Fri, 21 Feb 2014 18:03:49 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1WGuRw-000KD9-Eh; Fri, 21 Feb 2014 22:03:48 +0400 Date: Fri, 21 Feb 2014 22:03:48 +0400 From: Slawa Olhovchenkov To: Baptiste Daroussin Subject: Re: svn commit: r262266 - in vendor/dma: . dist dist/debian dist/debian/migrate dist/debian/source dist/test Message-ID: <20140221180348.GA77368@zxy.spb.ru> References: <201402202239.s1KMdtfN091407@svn.freebsd.org> <5306B1F3.4060107@delphij.net> <20140221080448.GG1699@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140221080448.GG1699@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: svn-src-all@freebsd.org, src-committers@freebsd.org, d@delphij.net, svn-src-vendor@freebsd.org 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 18:03:50 -0000 On Fri, Feb 21, 2014 at 09:04:50AM +0100, Baptiste Daroussin wrote: > On Thu, Feb 20, 2014 at 05:54:59PM -0800, Xin Li wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA512 > > > > On 02/20/14 14:39, Baptiste Daroussin wrote: > > > Author: bapt Date: Thu Feb 20 22:39:55 2014 New Revision: 262266 > > > URL: http://svnweb.freebsd.org/changeset/base/262266 > > > > > > Log: Import dma 89702b7f14 (2013-02-13) into vendors > > > > Are we going to remove sendmail? Personally I don't think it's a good > > idea to have two different delivery agents. > > > That is not the initial goal, the initial goal is to be able do relay mail or > deliver them locally without anything listening on port 25, with something easy > to configure and with a very low footprint. This is may be done by specific submit.cf and settings in rc.conf > That said, yes I do really think that we should remove sendmail from base, if I > remember correctly the discussion each time we talked about it the conclusion > was we only need something able to relay mail to another mails server and be > able to locally deliver mails, that is exactly the definition of dma. > > to be honnest dma needs a bit of work on how it handle its retry queue, but that > might not be long to improve. > > regards, > Bapt