Difference: TWikiSiteTools (15 vs. 16)

Revision 162010-08-20 - TWikiContributor

Line: 1 to 1
 

TWiki Site Tools

Line: 147 to 147
 For Unix platforms: Edit the cron table so that mailnotify is called in an interval of your choice. Please consult man crontab of how to modify the table that schedules program execution at certain intervals. Example:
% crontab -e

Changed:
<
<
0 1 * * * (cd /path/to/twiki/bin; ./mailnotify -q)
>
>
0 1 * * * (cd /path/to/twiki; perl -I bin tools/mailnotify -q)
 
Changed:
<
<
The above line will run mailnotify nightly at 01:00. The -q switch suppresses all normal output.
>
>
The above line will run mailnotify nightly at 01:00. The -q switch suppresses all normal output. Details at MailerContrib.
  For ISP installations: Many ISPs don't allow hosted accounts direct cron access, as it's often used for things that can heavily load the server. Workaround scripts are available.
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiSiteTools.