From owner-freebsd-questions@FreeBSD.ORG Fri Sep 1 12:56:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B374516A4DD for ; Fri, 1 Sep 2006 12:56:33 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4022A43D46 for ; Fri, 1 Sep 2006 12:56:33 +0000 (GMT) (envelope-from erikt@midgard.homeip.net) Received: from falcon.midgard.homeip.net (83.253.29.241) by pne-smtpout2-sn2.hy.skanova.net (7.2.075) id 44F2F2F700153277 for freebsd-questions@freebsd.org; Fri, 1 Sep 2006 14:56:32 +0200 Received: (qmail 39992 invoked from network); 1 Sep 2006 14:56:31 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with SMTP; 1 Sep 2006 14:56:31 +0200 Received: (qmail 92219 invoked by uid 1001); 1 Sep 2006 14:56:31 +0200 Date: Fri, 1 Sep 2006 14:56:31 +0200 From: Erik Trulsson To: Martin =?iso-8859-1?Q?M=F6ller?= Message-ID: <20060901125631.GA92179@owl.midgard.homeip.net> Mail-Followup-To: Martin =?iso-8859-1?Q?M=F6ller?= , FreeBSD User List References: <20060901115424.GA63532@medea.martinmoeller.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20060901115424.GA63532@medea.martinmoeller.homeip.net> User-Agent: Mutt/1.5.11 Cc: FreeBSD User List Subject: Re: Why sendmail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 12:56:33 -0000 On Fri, Sep 01, 2006 at 01:54:24PM +0200, Martin M=F6ller wrote: > Does anybody know, why the FreeBSD developers decided to use sendmail as > the standard MTA? Has there been a discussion about it and where could I > find information about it? Historical reasons mainly. Sendmail was originally developed on BSD and shipped with BSD at least since 4.2BSD (which was released in 1986, several years before the FreeBSD project was created.) The FreeBSD developers simply kept using what was already in the source tree since there were no overriding reason not to. There has been discussions from time to time about replacing Sendmail with some other MTA but the general opinion seems to be that Sendmail works well enough and that changing the standard MTA would be too disruptive for too many people. For those people who prefer to use some other MTA it is not difficult to install one from ports and use it instead of Sendmail.=20 --=20 Erik Trulsson ertr1013@student.uu.se