[cvs] [Wiki] changed: KronolithReminders

Wiki Guest wikiguest at horde.org
Wed Jan 21 16:32:45 UTC 2009


guest [193.50.125.9]  Wed, 21 Jan 2009 11:32:45 -0500

Modified page: http://wiki.horde.org/KronolithReminders
New Revision:  3.5
Change log:  modifications for horde 3.2

@@ -24,5 +24,19 @@

  If you are editing a global system crontab instead of using the  
{{crontab -e}} command to edit a specific user's crontab, you may need  
to specify the user the job will run as or other information specific  
to your system and that global file.

  NOTE: All users should have the Options | Global Options | Default  
Identity | from_addr field filled with his own mail in order to  
receive a reminder.
+
+Things has changed since Horde 3.2
+in /etc/crontab, just put that lines
+<code>
+# Horde Alarms
+*/5 * * * * www-data /usr/bin/php /var/www/perso/horde/scripts/alarms.php
+# Kronolith reminders
+0 2 * * * wwww-data /usr/bin/php  
/var/www/perso/horde/kronolith/scripts/reminders.php
+</code>
+
+And don't forget to configure alarm backend, but default should be OK
+
+NOTE: Notifications are now prefs driven, and default just to browser  
notification, so don't wait for an email if you don't touch prefs.php.  
Take care of memory limit in php.ini for cli, that can be huge..
+




More information about the cvs mailing list