# Default `news' user's crontab for INN
# Supplied with Debian GNU/Linux's INN package.
# See /usr/doc/copyright/inn for details, or /usr/doc/news/inn-readme
# for how to configure INN and find other information.
#
# Edit the file in /etc/news/crontab and re-feed it to the crontab command.
#
PATH=/usr/lib/news/bin:/bin:/sbin:/usr/bin:/usr/sbin
#
# (min, hour)	(dm,m,dw)	(command)
#
# Flush the hosts cache every night.
#
02	3	* * *		ctlinnd reload hosts.nntp "flush cache" > /dev/null 2>&1
#
# Expire old news and old overview entries nightly.
#
08	3	* * *		news.daily expireover delayrm
#
# Every hour, run an rnews -U. This is not only for UUCP sites, but
# also to process queud up articles put there by in.nnrpd in case
# innd wasn't accepting any articles.
#
14	*	* * *		rnews -U
#
# Enable this entry to send posted news back to your upstream provider.
# Not if you use innfeed, ofcourse.
#
#*/15	*	* * *		/etc/news/scripts/send-nntp news.myprovider.com
#
#
# Enable this if you want to send news by uucp to your provider.
# Also edit /etc/news/send-uucp.cf !
#
#22	*	* * *		/usr/lib/news/bin/send-uucp.pl
#
# Do _not_ run makehistory nightly on big servers!
#45	5	12 * *		makehistory -bu
