Index: [Article Count Order] [Thread]

Date:  Fri, 3 Aug 2007 21:10:03 -0400
From:  "Brian N. Smith" <brian (at mark) nuonce.net>
Subject:  [coba-e:10532] Re: mailwatch errors
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <002e01c7d636$91f85ea0$1e64a8c0 (at mark) nuonce.net>
References:  <016901c7d62b$a7788620$f6699260$@com>
X-Mail-Count: 10532

> Cron <root (at mark) ns8> /usr/bin/php -q /usr/local/mailwatch/mailq.php
> Content is..
> Warning: filesize(): Stat failed for 
> /var/spool/mqueue/qfl73JtQtu005821
> (errno=2 - No such file or directory) in 
> /usr/local/mailwatch/mailq.php on
> line 122
>
> Anybody know what it is?

The script is trying to read a file in the mail queue directory, but 
either it was successfully sent, or it got removed by sendmail.  You 
can check your /var/log/maillog file and see what happened to the 
mail.


cat /var/log/maillog | grep 73JtQtu005821

You may have to gunzip the maillog.1.gz and scan that if the maillog 
file doesn't show anything.

Thanks,
Brian