diff options
author | MikeMannix <MikeMannix> | 2001-09-01 03:46:56 +0000 |
---|---|---|
committer | MikeMannix <MikeMannix> | 2001-09-01 03:46:56 +0000 |
commit | dfb7c8f1dad96a95792b5a0606e23984b501037d (patch) | |
tree | a526a3d45713d86df1c30442c294672c855d2a23 /TWiki | |
parent | e25caf6a0e56e5708a61d87352c58dc567caad9f (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/WebChangesAlert.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TWiki/WebChangesAlert.mdwn b/TWiki/WebChangesAlert.mdwn index d66c1539..0847bbfa 100644 --- a/TWiki/WebChangesAlert.mdwn +++ b/TWiki/WebChangesAlert.mdwn @@ -1,16 +1,16 @@ -## <a name="TWiki_Notification_of_Changes"> TWiki Notification of Changes </a> +## <a name="Monitoring_Site_Changes"> Monitoring Site Changes </a> Each %WIKITOOLNAME% web does an automatic email notification of recent changes. Users can subscribe / unsubscribe themselves in %NOTIFYTOPIC% of each TWiki web. The Perl script <code>**mailnotify**</code> is called by a deamon in regular intervals. The script is sending an automated email to subscribed users in case some topics changed in a web within this interval. -### <a name="Configuring_outgoing_mail"> Configuring outgoing mail </a> +### <a name="Configuring_Outgoing_Mail"> Configuring Outgoing Mail </a> %WIKITOOLNAME% will use the <code>**Net::SMTP**</code> module in case it is installed on your system. You need to specify the <code>**SMTPMAILHOST**</code> variable in [[TWikiPreferences]]. You can use an external mail program like <code>**sendmail**</code> in case the <code>**Net::SMTP**</code> module is not installed. In this case specify the <code>**$mailProgram**</code> in <code>**twiki/bin/TWiki.cfg**</code>. -### <a name="Call_mailnotify_in_regular_inter"> Call <code>**mailnotify**</code> in regular intervals </a> +### <a name="Call_mailnotify_at_Regular_Inter"> Call <code>**mailnotify**</code> at Regular Intervals </a> -For Unix platforms: Edit the cron table so that <code>**mailnotify**</code> is called in an interval of your choice. Please consult <code>**man crontab**</code> of how to modify the table that schedules program execution at certain intervals. Example: +**For Unix platforms:** Edit the cron table so that <code>**mailnotify**</code> is called in an interval of your choice. Please consult <code>**man crontab**</code> of how to modify the table that schedules program execution at certain intervals. Example: % crontab -e 15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify -q) |