i'm running redhat9 with qmail. could someone help me fix this ?
i got email automate sent from
root@mydomain.com saying
/etc/cron.daily/00-logwatch:
Can't open: /etc/log.d/scripts/services/qmail at
/etc/cron.daily/00-logwatch line 643.
I vi /etc/cron.daily/00-logwatch and here some script lines..
if ( -f $BaseDir . "scripts/services/" . $Service ) {
$FilterText .= ("" . $BaseDir . "scripts/services/" . $Service );
}
else {
Line 643 ) die "Can't open: " . $BaseDir . "scripts/services/" . $Service;
}
thanks