From owner-freebsd-stable@FreeBSD.ORG Thu Jun 5 21:11:13 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 AA8CD37B401 for ; Thu, 5 Jun 2003 21:11:13 -0700 (PDT) Received: from awww.jeah.net (awww.jeah.net [216.111.239.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21EC43F93 for ; Thu, 5 Jun 2003 21:11:12 -0700 (PDT) (envelope-from chris@JEAH.net) Received: from chris (chris [24.209.188.26]) by awww.jeah.net (8.12.6p2/8.12.9) with SMTP id h564BAvC015030 for ; Thu, 5 Jun 2003 23:11:11 -0500 (CDT) (envelope-from chris@JEAH.net) Message-ID: <0a6f01c32be1$a4b3f940$1abcd118@wi.rr.com> From: "Chris Byrnes" To: Date: Thu, 5 Jun 2003 23:11:01 -0500 Organization: JEAH Communications, LLC MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: 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:11:13 -0000 I just got done sending 42,000 e-mail messages that were rotting away in /var/spool/clientmqueue. I figured out the command to do so was "sendmail -L sm-msp-queue -Ac -q30m". 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 cc: as I am not subscribed. Thank you in advance for your help. Chris