Re: getting rid of cron-sendmail messages

2004-01-01 Thread cb . z . ds
2/01/2004 5:05:21 AM, Lowell Gilbert [EMAIL PROTECTED] wrote:
 After the upgrade I get now 2 messages from sendmail daily when cron runs.
 What's happened? Also, is there other/better solution?

According to periodic.conf(5), daily_status_security_output is only
meaningful if daily_status_security_inline is set to ``NO''

it is the default, anyway I found the problem and set:

/etc/periodic.conf
--
daily_clean_hoststat_enable=NO

The /etc/periodic/daily/150.clean-hoststat script has been completely changed in 4.9
and now it calls sendmail.

Cheers,
Derek



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


getting rid of cron-sendmail messages

2003-12-31 Thread cb . z . ds
How can I get rid of cron-sendmail messages in FreeBSD 4.9?

In FreeBSD 4.7 the following worked:

/etc/crontab

MAILTO=

/etc/periodic.conf
--
daily_output=/var/log/daily.log
daily_status_mailq_enable=NO
daily_status_include_submit_mailq=NO
daily_status_mail_rejects_enable=NO
daily_queuerun_enable=NO
daily_submit_queuerun=NO
daily_status_security_output=/var/log/daily.log


After the upgrade I get now 2 messages from sendmail daily when cron runs.
What's happened? Also, is there other/better solution?

Thanks, Derek



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]