From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 14:27:31 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 D6B2216A4CE for ; Wed, 23 Feb 2005 14:27:31 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0DA43D5D for ; Wed, 23 Feb 2005 14:27:27 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j1NERHY5023388; Wed, 23 Feb 2005 16:27:17 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j1NERPih069279; Wed, 23 Feb 2005 16:27:25 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j1NEROHP069278; Wed, 23 Feb 2005 16:27:24 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 23 Feb 2005 16:27:24 +0200 From: Giorgos Keramidas To: Ken Hawkins Message-ID: <20050223142724.GA67497@orion.daedalusnetworks.priv> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: 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 14:27:32 -0000 On 2005-02-23 08:54, Ken Hawkins wrote: > 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? /etc/rc.conf contains the flags for Sendmail. The /etc/rc.sendmail script can be used to stop, start or restart the Sendmail daemon processes. > btw my line from ps'ing is: > > /usr/sbin/sendmail -FCronDaemon -odi -oem -oi -t This doesn't look like a daemon invocation of Sendmail (i.e. no -bd flags are present). The -t option means it's probably an invocation of Sendmail from another user process, which is currently posting a message. - Giorgos