]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-mail-queue.cron
- run crons under eventum user
[packages/eventum.git] / eventum-mail-queue.cron
index 0957d111926674a8fa284688220fcd4b8196a3cc..f2fc4db440bf149973c500a9ad7cf24b773f7ef7 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-* * * * * http cd /usr/share/eventum && /usr/bin/php4 -q process_mail_queue.php
+* * * * * 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,
This page took 0.128544 seconds and 4 git commands to generate.