From owner-freebsd-stable@FreeBSD.ORG Thu Jun 5 22:24:14 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 ABFA437B401 for ; Thu, 5 Jun 2003 22:24:14 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D3D43F85 for ; Thu, 5 Jun 2003 22:24:14 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) h565O8hm049997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Jun 2003 22:24:08 -0700 (PDT) Received: (from gshapiro@localhost)h565N6gv049978; Thu, 5 Jun 2003 22:23:06 -0700 (PDT) Date: Thu, 5 Jun 2003 22:23:06 -0700 From: Gregory Neil Shapiro To: Chris Byrnes Message-ID: <20030606052306.GD61519@horsey.gshapiro.net> References: <0a6f01c32be1$a4b3f940$1abcd118@wi.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0a6f01c32be1$a4b3f940$1abcd118@wi.rr.com> User-Agent: Mutt/1.5.4i 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 05:24:15 -0000 > I never even knew that directory existed. I thought everything queued was > kept in /var/spool/mqueue (which, I might add is being taken care of on a > regular basis.. just seems the problem lies in the /var/spool/clientmqueue > directory). Is this a new thing that I'm stupidly unaware of? > > 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? Please read /etc/mail/README (or /usr/src/etc/mail/README if you don't keep /etc/ up to date). Also, `man rc.sendmail` for more information about sendmail startup.