X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=eventum-mail-queue.cron;h=b164f8f2542704164c99f3973b9437233ff04dbd;hb=fefc61ab30959132cf5471d576d59fb7a60f5106;hp=22e5bc7f288deab0b6b5576f07ea3d57d5810bb6;hpb=c16fa57a73f01daed7c49d6f4415236dd7b80ce8;p=packages%2Feventum.git diff --git a/eventum-mail-queue.cron b/eventum-mail-queue.cron index 22e5bc7..b164f8f 100644 --- a/eventum-mail-queue.cron +++ b/eventum-mail-queue.cron @@ -1,2 +1,11 @@ # 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 + +* * * * * 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