Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2005 19:31:34 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        Warren <shinjii@virusinfo.rdksupportinc.com>, freebsd-questions@freebsd.org
Cc:        freebsd-stable@freebsd.org
Subject:   Re: /var/spool/clientmque 185meg
Message-ID:  <6.2.1.2.0.20050416192711.03519df8@64.7.153.2>
In-Reply-To: <200504162256.04288.shinjii@virusinfo.rdksupportinc.com>
References:  <200504162256.04288.shinjii@virusinfo.rdksupportinc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.2.1.2.0.20050416192711.03519df8>