From owner-freebsd-stable@FreeBSD.ORG Thu Jun 5 21:14:29 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E3F37B401 for ; Thu, 5 Jun 2003 21:14:29 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C32243F85 for ; Thu, 5 Jun 2003 21:14:29 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 3E19672FDC; Thu, 5 Jun 2003 21:14:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 3B09072FD1; Thu, 5 Jun 2003 21:14:29 -0700 (PDT) Date: Thu, 5 Jun 2003 21:14:29 -0700 (PDT) From: Doug White To: Chris Byrnes In-Reply-To: <0a6f01c32be1$a4b3f940$1abcd118@wi.rr.com> Message-ID: <20030605211228.X90750@carver.gumbysoft.com> References: <0a6f01c32be1$a4b3f940$1abcd118@wi.rr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org Subject: Re: sendmail: clientmqueue directory storing massive messages, not being cleared X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 04:14:29 -0000 On Thu, 5 Jun 2003, Chris Byrnes wrote: > Can you please explain the difference between /var/spool/clientmqueue and > /var/spool/mqueue and why one seems to be taken care of regularly, but the > other had 42,000 unsent messages? When I start sendmail, I've always just > run "/usr/sbin/sendmail -bd -q60m -h10 -R full". Do I need to do something > differently? This allows the local system to send mail normally (i.e., store mail for retry in cases where it could not be immediately sent) but yet not run a persistent listening sendmail daemon. This was added in the sendmail 8.12 range and has been active on FreeBSD since the early 4.X days. Even if you had sendmail_enable="NO" in rc.conf, the clientmqueue scanner should have started up. You had to make it sendmail_enable="NONE" to completely shut it off. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org