From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 03:47:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67AEF16A4CE for ; Thu, 18 Nov 2004 03:47:06 +0000 (GMT) Received: from smtpauth09.mail.atl.earthlink.net (smtpauth09.mail.atl.earthlink.net [209.86.89.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F44443D41 for ; Thu, 18 Nov 2004 03:47:06 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth09.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CUdGD-0000Bu-8j; Wed, 17 Nov 2004 22:47:05 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Wed, 17 Nov 2004 21:47:20 -0600 User-Agent: KMail/1.6.2 References: <20041118023638.GA899@keyslapper.org> In-Reply-To: <20041118023638.GA899@keyslapper.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411172147.20446.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcc6b12ae479037914f340a672e8a7ba9c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Louis LeBlanc Subject: Re: postfix launch at system startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 03:47:06 -0000 On Wednesday 17 November 2004 08:36 pm, Louis LeBlanc wrote: > Hey all. I'm having a little trouble with postfix launch at startup > in 5.3. > > At install, I specified postfix as the mta, and had it configured in > /etc/mail/mailer.conf. The /stand/sysinstall shell also added the > following to /etc/rc.conf: > > sendmail_msp_queue_enable="NO" > sendmail_outbound_enable="NO" > sendmail_submit_enable="NO" > sendmail_flags="-bd" > sendmail_enable="YES" This seems wrong, particularly the last line. Try: sendmail_enable="NONE" > > I figured that would be the end of it. > > I can't find anything to indicate what should be done to make it > start up at system boot. Once the system is up, I simply execute > > postfix start > > as root and everything works as planned, but I wonder if I'm missing > something? > > Anyone else have this problem? > > Thanks in advance > Lou Follow the instructions at the link below: http://www.csua.berkeley.edu/~ranga/notes/freebsd_postfix.html Best of luck, Andrew Gould