From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 22:10:55 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 B063316A4CE for ; Wed, 28 Jan 2004 22:10:55 -0800 (PST) Received: from best.spro.net (smtpout1a.spro.net [204.228.238.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 781FF43D2F for ; Wed, 28 Jan 2004 22:10:54 -0800 (PST) (envelope-from kurtbuff@spro.net) Received: from best.spro.net ([198.60.253.182]) by best.spro.net (Netscape Messaging Server 4.15) with SMTP id HS8G5H00.M0D for ; Wed, 28 Jan 2004 20:53:41 -0700 Received: from spro.net (norland.spro.net [198.60.253.65]) by best.spro.net with SMTP (MailShield v1.5); Wed, 28 Jan 2004 20:53:40 -0700 Received: from 66.14.88.176 (SquirrelMail authenticated user kurtbuff) by webmail.spro.net with HTTP; Wed, 28 Jan 2004 20:54:41 -0700 (MST) Message-ID: <4237.66.14.88.176.1075348481.squirrel@webmail.spro.net> Date: Wed, 28 Jan 2004 20:54:41 -0700 (MST) From: "KURT BUFF" To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.8) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SMTP-HELO: spro.net X-SMTP-MAIL-FROM: kurtbuff@spro.net X-SMTP-PEER-INFO: norland.spro.net [198.60.253.65] Subject: Where are the startup scripts? 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, 29 Jan 2004 06:10:55 -0000 Bit of a newb question here: I've got a pretty standard install of postfix, and am trying to follow the directions in this web page: http://advosys.ca/papers/postfix-instance.html Everything is pretty crystalline until I get to the line that says: "To create a startup script for the second instance, either edit your existing Postfix startup script and add the above command (postfix -c /etc/postfix-out start) after the existing postfix start command, or copy the existing startup script to a new name and change the copy." The author goes on with examples from Redhat and Debian, but I am not sure where to place the above command. I'm leaning toward putting it in /etc/rc.conf, but that just doesn't quite feel right. Nor does just sticking the line in /etc/rc. Help much appreciated. Kurt