From owner-freebsd-stable@FreeBSD.ORG Sat Apr 16 23:32:54 2005 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 B3ADE16A4CE; Sat, 16 Apr 2005 23:32:54 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C92B43D2D; Sat, 16 Apr 2005 23:32:54 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j3GNWrNf023663; Sat, 16 Apr 2005 19:32:53 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23091-05; Sat, 16 Apr 2005 19:32:52 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j3GNWqIW023656; Sat, 16 Apr 2005 19:32:52 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.12.11) with ESMTP id j3GNWkxw036888; Sat, 16 Apr 2005 19:32:47 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050416192711.03519df8@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Sat, 16 Apr 2005 19:31:34 -0400 To: Warren , freebsd-questions@freebsd.org From: Mike Tancsa In-Reply-To: <200504162256.04288.shinjii@virusinfo.rdksupportinc.com> References: <200504162256.04288.shinjii@virusinfo.rdksupportinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b cc: freebsd-stable@freebsd.org Subject: Re: /var/spool/clientmque 185meg 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: Sat, 16 Apr 2005 23:32:54 -0000 At 08:56 AM 16/04/2005, Warren wrote: >/var/spool/clientmqueue <-- 185meg > >How do i get the messages from the above to the root mail folder of my >machine ? > >im willing to provide any neccessary information to help. Take a look at /var/log/maillog to see why its not being processed. If necessary, bump up the loglevel in sendmail In /etc/mail/sendmail.cf change O LogLevel=9 to O LogLevel=14 cd /etc/mail make stop make start You can see the local queue via mailq -Ac and process it manually via sendmail -q -Ac -v ---Mike