]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-mail-queue.cron
- webapps paths
[packages/eventum.git] / eventum-mail-queue.cron
index 22e5bc7f288deab0b6b5576f07ea3d57d5810bb6..f2fc4db440bf149973c500a9ad7cf24b773f7ef7 100644 (file)
@@ -1,2 +1,13 @@
 # eventum mail queue processor
-* * * * * http cd /usr/share/eventum/misc && /usr/bin/php4 -q process_mail_queue.php
+# bounce messages back to root
+MAILTO=root
+
+* * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q process_mail_queue.php
+
+# The above line will run the mail queue script every minute. To setup
+# the SMTP server that Eventum should use to send these queued emails,
+# go to:
+#
+# Administration >>> General Setup > SMTP (Outgoing Email) Settings
+
+# vim:syn=crontab
This page took 0.038573 seconds and 4 git commands to generate.