From owner-freebsd-questions Sat Jan 5 21:39:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 90D7037B402 for ; Sat, 5 Jan 2002 21:39:34 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 2D70F5D17; Sat, 5 Jan 2002 21:39:33 -0800 (PST) To: Scott Nolde Cc: Troy , freebsd-questions@FreeBSD.ORG Subject: Re: Postfix port binding problem In-reply-to: Your message of "Fri, 04 Jan 2002 23:41:01 EST." <20020104233915.D93879-100000@bsd.smnolde.com> Date: Sat, 05 Jan 2002 21:39:33 -0800 From: "Kevin Oberman" Message-Id: <20020106053933.2D70F5D17@ptavv.es.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Fri, 4 Jan 2002 23:41:01 -0500 (EST) > From: Scott Nolde > Sender: owner-freebsd-questions@FreeBSD.ORG > > > Chances are you didn't disable sendmail before starting postfix. You can > do this in /etc/rc.conf with sendmail_enable="NO", then kill sendmail, and > start postfix. This is REALLY not the way you are supposed to do it, although it will work. The right way is to install postfix from the ports and do a "make replace" when you are done. Then "killall sendmail" and restart it. In FreeBSD, /usr/sbin/sendmail is really a wrapper that can start sendmail, postfix, qmail and probably others. It takes any sendmail commands and reformats them for he mailer being used. It's a very slick system,, but you want to start sendmail, so the sendmail_enable="NO" is not appropriate. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message