Yes, i've figured it out just after i've sent my e-mail. Sorry, its monday
morning. :) Last output was on friday and i paniced a little what happened
during the weekend.

2008/9/15 william dunand <[EMAIL PROTECTED]>

> Hi Gabri,
>
> # tail -n 4 /etc/daily
> sh /etc/security 2>&1 > $OUT
> if [ -s $OUT ]; then
>    mail -s "`hostname` daily insecurity output" root < $OUT
> fi
>
> So as you can see the "daily insecurity output" mail will only be sent
> if /etc/security had something to say.
> You should try to run it manually to check that indeed, it does not
> give any output.
>
> Hope that helps.
> William
>
> 2008/9/15 GC!bri MC!tC) <[EMAIL PROTECTED]>:
> > Dear List,
> > In the past 2 days i didn't recieve the daily insecurity output.
> According
> > to the maillog the daily script didn't even try to send it. I suspect
> that
> > somehow the /etc/security script isn't running. Do you know where should
> i
> > look for to solve this problem?

Reply via email to