From owner-freebsd-questions@FreeBSD.ORG Mon Sep 24 12:26:19 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 EFDCE16A41A for ; Mon, 24 Sep 2007 12:26:19 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from 0b10111.de (hcl-club.lu [62.75.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id A2B6613C455 for ; Mon, 24 Sep 2007 12:26:19 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from spaceman.my.domain (d90-129-12-185.cust.tele2.lu [90.129.12.185]) by 0b10111.de (Postfix) with ESMTP id 43084872C502; Mon, 24 Sep 2007 14:26:18 +0200 (CEST) Date: Mon, 24 Sep 2007 14:26:13 +0200 From: Jona Joachim To: "Abdullah Ibn Hamad Al-Marri" Message-ID: <20070924142613.085c70ac@spaceman.my.domain> In-Reply-To: <499c70c0709220930p4455889bs42345eebd9b1d563@mail.gmail.com> References: <6CBE22B2-206F-4695-889F-5630E6B9399C@dragffy.com> <20070922144606.F24250@wojtek.tensor.gdynia.pl> <46F5139A.4080803@sbcglobal.net> <20070922175111.I26317@wojtek.tensor.gdynia.pl> <499c70c0709220930p4455889bs42345eebd9b1d563@mail.gmail.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; x86_64-unknown-openbsd4.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Wojciech Puchar , freebsd-questions@freebsd.org, Robert C Wittig Subject: Re: Why is sendmail in the core of FreeBSD? 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: Mon, 24 Sep 2007 12:26:20 -0000 On Sat, 22 Sep 2007 19:30:59 +0300 "Abdullah Ibn Hamad Al-Marri" wrote: > On 9/22/07, Wojciech Puchar wrote: > > >> i personally use only sendmail. > > >> > > > > > > Yep... if it works, don't 'fix' it. > > > > > same with any other things :) > > I would prefer to have postfix vs sendmail since it built with > security in mind spaceman% telnet mx1.freebsd.org 25 Trying 2001:4f8:fff6::34... telnet: connect to address 2001:4f8:fff6::34: No route to host Trying 69.147.83.52... Connected to mx1.freebsd.org. Escape character is '^]'. 220 mx1.freebsd.org ESMTP Postfix (Postfix Rules!) ;) I prefer Postfix over Sendmail anytime but there are good reasons why Sendmail is in the base system and Postfix isn't. Postfix depends on PCRE which is not part of the base system. So you would have to include that one, too. Perhaps you can build Postfix without PCRE but I'm not sure. The Sendmail source code is around 1.5MB whereas Postfix is around 2.8MB. That's not a big difference but still, the size of a CD is limited. The release engineering team would have to figure out if that could be a problem. Then there are a lot of sysadmins which have been using Sendmail for years and don't want to switch. After all Sendmail is one of the most common MTAs on the Internet. Furthermore Sendmail was initially developed at UC Berkeley. It's not very common to kick BSD software from a BSD tree to replace it with non-BSD software. Finally, if you want Postfix it's very easy to install it from ports and replace Sendmail. Best regards, Jona