From owner-freebsd-current@FreeBSD.ORG Tue Oct 19 17:49:29 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 53CA416A4CE for ; Tue, 19 Oct 2004 17:49:29 +0000 (GMT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D1743D55 for ; Tue, 19 Oct 2004 17:49:28 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004102002:47:35:373681.15513.2940263344 for ; Wed, 20 Oct 2004 02:47:35 +0900 (KST) Message-ID: <417553A6.3060100@yahoo.com> Date: Wed, 20 Oct 2004 02:49:26 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:6.04) (by Terrace) Subject: 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: Tue, 19 Oct 2004 17:49:29 -0000 Hello, When no sendmail program is running, do: # cd /etc/rc.d # ./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 (I have disabled IPv6 support for kernel and world) Apparently sendmail keeps running, even after being stopped. Moreover, the sendmail script does not create a /var/run/sendmail.pid. Is this a bug? Rob.