Install cron entries

From The Network People, Inc.

Revision as of 23:34, 29 January 2007 by Matt (Talk | contribs)
Jump to: navigation, search

Run all these commands from the command line and verify their proper functionality (no complaints or errors).

/usr/local/share/sqwebmail/cleancache.pl
/usr/local/sbin/toaster-watcher.pl
/usr/local/www/cgi-bin/rrdutil.cgi -a update

Once they run without errors, add them to cron.

crontab -u root -e
40 * * * * /usr/local/share/sqwebmail/cleancache.pl
*/5 * * * * /usr/local/sbin/toaster-watcher.pl
*/5 * * * * /usr/local/www/cgi-bin/rrdutil.cgi -a update

Congratulations, your Mail::Toaster is now installed!

Make sure to proceed to the configuration section now.