From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 13:54:27 2005 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 729A316A4CE for ; Wed, 23 Feb 2005 13:54:27 +0000 (GMT) Received: from complex.heavybit.com (complex.heavybit.com [216.127.86.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26C243D54 for ; Wed, 23 Feb 2005 13:54:26 +0000 (GMT) (envelope-from ken@rosewoodblues.com) Received: from [10.0.1.2] (c-24-98-140-190.atl.client2.attbi.com [24.98.140.190]) (authenticated) by complex.heavybit.com (8.11.6/8.11.6) with ESMTP id j1NDsQT16663 for ; Wed, 23 Feb 2005 05:54:26 -0800 Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: " " From: Ken Hawkins Date: Wed, 23 Feb 2005 08:54:23 -0500 X-Mailer: Apple Mail (2.619.2) Subject: sendmail startup script? 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: Wed, 23 Feb 2005 13:54:27 -0000 I am in the midst of reconfiguring sendmail on a box to forward the mail from the domain to another box (true mail smtp box). is there a script that I can call similar to what is in the /usr/local/etc/rc.d area? how does sendmail konw what flags to set in the command on startup? btw my line from ps'ing is: /usr/sbin/sendmail -FCronDaemon -odi -oem -oi -t thanks in advance! ken;