/var/spool/clientmque 185meg

Mike Tancsa mike at sentex.net
Sat Apr 16 16:32:54 PDT 2005


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 



More information about the freebsd-questions mailing list