X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=eventum-mail-queue.cron;h=b164f8f2542704164c99f3973b9437233ff04dbd;hb=2f00afbc0f050007c3475ad885fccc73166e40c0;hp=e0c7b6e6bbcb68aeb20b4cb01aa29dd5724d4e12;hpb=dc82d882bac1c721d957320eea17a6baa100b1fc;p=packages%2Feventum.git diff --git a/eventum-mail-queue.cron b/eventum-mail-queue.cron index e0c7b6e..b164f8f 100644 --- a/eventum-mail-queue.cron +++ b/eventum-mail-queue.cron @@ -2,12 +2,10 @@ # bounce messages back to root MAILTO=root -* * * * * http cd /usr/share/eventum/misc && /usr/bin/php4 -q process_mail_queue.php +* * * * * http exec /usr/share/eventum/bin/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