Install cron entries

From The Network People, Inc.

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.

If you aren't using a particular feature, such as sqwebmail, do not enable the cron entry that corresponds to said feature. The only cron job that's really important is toaster-watcher.

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.


Personal tools
Mongers