From owner-freebsd-questions Fri Mar 8 13: 7: 5 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 0E89737B417 for ; Fri, 8 Mar 2002 13:07:01 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id A9C275D07; Fri, 8 Mar 2002 13:07:00 -0800 (PST) To: "Joe & Fhe Barbish" Cc: rene@xs4all.nl, "FBSDQ" Subject: Re: postfix not accepting SMTP connections In-reply-to: Your message of "Fri, 08 Mar 2002 09:58:48 EST." Date: Fri, 08 Mar 2002 13:07:00 -0800 From: "Kevin Oberman" Message-Id: <20020308210700.A9C275D07@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 > From: "Joe & Fhe Barbish" > Date: Fri, 8 Mar 2002 09:58:48 -0500 > Sender: owner-freebsd-questions@FreeBSD.ORG > > This is your problem > > $ grep sendmail /etc/rc.conf > sendmail_enable="YES" > > Change that to sendmail_enable="NO" > > And reboot your system. > > Sendmail is the default core FBSD mail system. Since rc.conf options get > started before user installed ports you have a conflict when later you start > postfix. Postfix ends up being left out in the cold because the SMTP > services are already active. No. sendmail_enable="YES" will start the currently configured MTA, be it postfix, sendmail, qmail, or some other that mailwrapper handles. What is required is that mailer.conf be changed to point at postfix. This is normally done by responding to the query from the installation script that asks if you want postfix to replace sendmail as the MTA. 'make replace' is no longer in use. /etc/mail/mailer.conf should contain: # $FreeBSD: src/etc/mail/mailer.conf,v 1.2 1999/12/29 18:24:06 peter Exp $ # # Execute the Postfix sendmail program, named /usr/local/sbin/sendmail # sendmail /usr/local/sbin/sendmail send-mail /usr/local/sbin/sendmail mailq /usr/local/sbin/sendmail newaliases /usr/local/sbin/sendmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message