periodic security always sends output mail

Steve Rikli sr at genyosha.net
Sun Mar 10 03:29:50 UTC 2013


I would like to configure periodic on my FreeBSD servers to only send
daily/weekly/monthly/security mails (or logs) when there is something
"important" to report.

I'm close, but periodic security seems to _always_ send mail, even
when there is nothing to report.  My periodic.conf.local has these
pertinent lines (ignore weekly and monthly for now):

    daily_show_success="NO"
    security_show_success="NO"

    daily_show_info="NO"
    security_show_info="NO"

This has the desired effect on daily -- no mail unless something has
happened.  And it _almost_ works for security, but it still sends a
nearly-empty report with only this:

    Security check:

    -- End of daily output --

That behavior is the same whether security is a separate report or
included into daily using daily_status_security_inline="YES".

I think the reason is /etc/periodic/daily/450.status-security sets
"rc=3" after running 'periodic security', and so there's no way to
mask the output.

Is there some other (preferably supported) means of achieving the
goal of no mail or log unless there's something to report?

Thanks,
sr.
-- 
|| Steve Rikli             ||| Well, we've stared at it... that oughta ||
|| Systems Administrator   ||| fix it!  Let's get outta here.          ||
|| Genyosha Networks       |||                                         ||
|| sr at genyosha.net         |||                   - Crow, MST3K         ||



More information about the freebsd-questions mailing list