From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 02:57:37 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 8BE5216A41A for ; Tue, 2 Oct 2007 02:57:37 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 707D213C43E for ; Tue, 2 Oct 2007 02:57:37 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id F339A809C for ; Mon, 1 Oct 2007 22:57:34 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 85F40B65AD for ; Tue, 2 Oct 2007 02:57:32 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 2 Oct 2007 02:57:31 +0000 References: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> In-Reply-To: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710020257.31880.lists-fbsd@shadypond.com> Subject: Re: question about Postfix 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: Tue, 02 Oct 2007 02:57:37 -0000 On Tuesday 02 October 2007 02:50:24 jekillen wrote: > Hello; > I have a quick question about Postfix. > When I install Free BSD and have it > include Postfix from packages, does > the install process completely replace > Sendmail with Postfix, or do I still have > to replace Sendmail with Postfix separately? > Thanks in advance You have to edit /etc/rc.conf so that Postfix actually works. postfix_enable="YES" sendmail_enable="NO" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" This is what I have and it works for me.