From owner-freebsd-current@FreeBSD.ORG Sat Oct 23 17:09:21 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9977216A4CE for ; Sat, 23 Oct 2004 17:09:21 +0000 (GMT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463DD43D1F for ; Sat, 23 Oct 2004 17:09:21 +0000 (GMT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) i9NH9It8067545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 23 Oct 2004 10:09:18 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.13.1/8.13.1.Beta1/Submit) id i9NH9IPa067544 for freebsd-current@freebsd.org; Sat, 23 Oct 2004 10:09:18 -0700 (PDT) Date: Sat, 23 Oct 2004 10:09:18 -0700 From: Gregory Neil Shapiro To: freebsd-current Message-ID: <20041023170918.GB95878@horsey.gshapiro.net> References: <417553A6.3060100@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <417553A6.3060100@yahoo.com> User-Agent: Mutt/1.5.6i Subject: Re: 5.3-Beta7: sendmail script bug? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 17:09:21 -0000 > # ./sendmail start > Starting sendmail. > 554 5.3.5 /etc/mail/sendmail.cf: line 279: Unknown address family inet6 in > Family=option > # ls /var/run/sendmail.pid > ls: /var/run/sendmail.pid: No such file or directory > # ./sendmail stop > sendmail not running? (check /var/run/sendmail.pid). > # ps awux | grep sendmail > smmsp 881 0.0 8.4 3320 2356 ?? Is 2:44AM 0:00.02 sendmail: Queue > runner@00:30:00 > for /var/spool/clientmqueue (sendmail That is the MSP queue running daemon, not the MTA. > Apparently sendmail keeps running, even after being stopped. Which script were you using (./ doesn't give the path)? `make stop` in /etc/mail/ will work as should `/etc/rc.sendmail stop`. > Moreover, the sendmail script does not create a /var/run/sendmail.pid. The MSP queue running daemon PID file is: /var/spool/clientmqueue/sm-client.pid