mqueue full, please help
Julian Field
mailscanner at ecs.soton.ac.uk
Fri Oct 3 21:02:53 IST 2003
At 20:51 03/10/2003, you wrote:
>On my Raq4i I have over 1000 messages in my mqueue. My RAQ is at a crawl.
>
>Some have only this in them:
>
>link_stat rsync : No such file or directory
>rsync error: some files could not be transferred (code 23) at main.c(620)
>
>Others contain this:
>
>MDeferred: pursuit.deleted_for_privacy.com.: No route to host
>
>What caused this and how the heck do I get rid of them? Please help!
>
>Matt
How about
cd /var/spool/mqueue
egrep 'link_stat rsync : No such
file|pursuit.deleted_for_privacy.com.: No route to host' * > /tmp/aaa
while read a
do
msgid=`echo $a | sed -e 's/^[qd]f//'`
echo $msgid
rm -f qf$msgid df$msgid
done < /tmp/aaa
--
Julian Field
www.MailScanner.info
Professional Support Services at www.MailScanner.biz
MailScanner thanks transtec Computers for their support
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
More information about the MailScanner
mailing list