From owner-freebsd-ports@FreeBSD.ORG Fri Jan 9 21:27:54 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A7C106564A for ; Fri, 9 Jan 2009 21:27:54 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 52AB18FC0C for ; Fri, 9 Jan 2009 21:27:53 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [89.178.137.157] (port=55520 helo=HP.lissyara.su) by hosting.lissyara.su with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LLOYC-000Bvu-DS for freebsd-ports@freebsd.org; Sat, 10 Jan 2009 00:05:52 +0300 Message-ID: <4967BC31.5040305@lissyara.su> Date: Sat, 10 Jan 2009 00:05:53 +0300 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.8.1.19) Gecko/20090103 Thunderbird/2.0.0.19 Mnenhy/0.7.5.666 MIME-Version: 1.0 CC: freebsd-ports@freebsd.org References: <20090108140855.GA34257@lpthe.jussieu.fr> <200901091657.30692.gnemmi@gmail.com> In-Reply-To: <200901091657.30692.gnemmi@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Subject: Re: DragonFlyBSD mail agent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 21:27:54 -0000 Gonzalo Nemmi пишет: > On Thursday 08 January 2009 12:08:55 pm Michel Talon wrote: >> Hello, >> >> would it not be interesting to have the DragonFlyBSD mail agent in >> FreeBSD? It is a very simple mail agent, like ssmtp, but with some more >> features: it can either deliver mail locally for local users or send all >> other mail to a smarthost, and reads the aliases file. Hence it fulfills >> the needs of the person who wants a small mail agent for receiving >> periodic root mail, and wants to send the occasional without too much >> fuss. It is much simpler than sendmail, postfix or exim. >> >> For simplicity i have a tarball here: >> http://www.lpthe.jussieu.fr/~talon/dma.tgz >> it compiles out of the box, and it is easy to figure out how to use it. > > I second that .. Sendmail has turned into an unnecesary behemont for a local > MTA .. dma is a lot smaller, simpler, easier to maintain, a lot less bug > prone, way easier to configure and all in all, just what I need if my MTA > only job will be delivering local mail ... Sendmail feels like having a > HUMMER only to take my kids to school and then get back to my home .. which > is only two blocks away ... :s > > It would be really nice if I could choose whether I want Sendmail, Postfix or > dma upon installation time (sysinstall) ... Or exim =)