From owner-freebsd-questions@FreeBSD.ORG Sat Sep 22 11:34:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C809516A46B for ; Sat, 22 Sep 2007 11:34:14 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 9CD5C13C46A for ; Sat, 22 Sep 2007 11:34:14 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-141-135-227.pppoe.mtu-net.ru [85.141.135.227]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTP id 966DE2430144; Sat, 22 Sep 2007 15:34:29 +0400 (MSD) Date: Sat, 22 Sep 2007 15:34:10 +0400 From: Andrew Pantyukhin To: Gabriel Dragffy Message-ID: <20070922113408.GB84164@amilo.cenkes.org> References: <6CBE22B2-206F-4695-889F-5630E6B9399C@dragffy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6CBE22B2-206F-4695-889F-5630E6B9399C@dragffy.com> X-OS: FreeBSD amilo.cenkes.org 7.0-CURRENT FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: Why is sendmail in the core of FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 11:34:14 -0000 On Sat, Sep 22, 2007 at 11:55:51AM +0100, Gabriel Dragffy wrote: > Just been wondering about this. If you do a standard install of FreeBSD it > includes things such as a basic FTP daemon, all the various utilities such > as df, ls, etc. SSHD etc. I assum these are all in FreeBSDs core, as > developed in the same CVS repo. Having read the mails on this list for > several weeks it seems obvious that most people regard Postfix or EXIM to > be the best MTAs, so I'm wondering why is sendmail the MTA that is integral > to FreeBSD? Wouldn't it be ace to have the default one be Postfix or > something? At the time sendmail was integrated into FreeBSD other MTA's were pretty much out of the question. Ever since then, the integration has been very well-maintained (thanks to gshapiro) and changing the default MTA to something else is simply not worth the pain that comes with it. Personally I use Postfix wherever I need an MTA, it only takes a few minutes to install it from ports. The benefit of ports is you can configure all the options you need. We can't keep mysql client and dovecot sasl in the base system, most people would have to reinstall Postfix from ports even if it was the default MTA in our base.