> 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