X-Git-Url: http://git.pld-linux.org/?p=packages%2Feventum.git;a=blobdiff_plain;f=eventum-mail-queue.cron;h=b164f8f2542704164c99f3973b9437233ff04dbd;hp=b22cd34d1c97bbd2f05e1b3542fbef931613c281;hb=f9cbed7b1b436a7233e6c4fb95c97912d559d90c;hpb=b19a6db54cc5af8889bfda2f714601c7ab4fa1b4 diff --git a/eventum-mail-queue.cron b/eventum-mail-queue.cron index b22cd34..b164f8f 100644 --- a/eventum-mail-queue.cron +++ b/eventum-mail-queue.cron @@ -2,12 +2,10 @@ # bounce messages back to root MAILTO=root -* * * * * eventum /usr/share/eventum/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