]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- added comments and vim modeline
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Jan 2005 11:41:11 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-mail-queue.cron -> 1.2

eventum-mail-queue.cron

index 22e5bc7f288deab0b6b5576f07ea3d57d5810bb6..e0c7b6e6bbcb68aeb20b4cb01aa29dd5724d4e12 100644 (file)
@@ -1,2 +1,13 @@
 # eventum mail queue processor
+# bounce messages back to root
+MAILTO=root
+
 * * * * * http cd /usr/share/eventum/misc && /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.060128 seconds and 4 git commands to generate.