From owner-freebsd-questions Sat Jan 5 22:11:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F7C237B404 for ; Sat, 5 Jan 2002 22:11:50 -0800 (PST) Received: from [212.238.194.207] (helo=tanya.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16N6X6-0009DD-00 for freebsd-questions@FreeBSD.ORG; Sun, 06 Jan 2002 06:11:49 +0000 Received: by tanya.raggedclown.net (Postfix on SuSE Linux 7.3 (i386), from userid 500) id EAEB8117A; Sun, 6 Jan 2002 07:11:47 +0100 (CET) Date: Sun, 6 Jan 2002 07:11:47 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: Postfix port binding problem Message-ID: <20020106061147.GA1003@raggedclown.net> References: <20020104233915.D93879-100000@bsd.smnolde.com> <20020106053933.2D70F5D17@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020106053933.2D70F5D17@ptavv.es.net> User-Agent: Mutt/1.3.24i 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 On Sat, Jan 05, 2002 at 09:39:33PM -0800, Kevin Oberman wrote: > > 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. > This is correct. > 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. This is not correct. Postfix replaces sendmail with it's program called sendmail, which understands most of the relevant sendmail command line options. But *is* a postfix program. It has links made to it for "mailq" etc. The wrapper you refer to does not exist. How on earth did you come by this extraordinary idea ? -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message