]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-mail-queue.cron
- scripts moved out of htdocs area
[packages/eventum.git] / eventum-mail-queue.cron
CommitLineData
c16fa57a 1# eventum mail queue processor
dc82d882
ER
2# bounce messages back to root
3MAILTO=root
4
84d0bf85 5* * * * * http cd /usr/share/eventum && /usr/bin/php4 -q process_mail_queue.php
dc82d882
ER
6
7# The above line will run the mail queue script every minute. To setup
8# the SMTP server that Eventum should use to send these queued emails,
9# go to:
10#
11# Administration >>> General Setup > SMTP (Outgoing Email) Settings
12
13# vim:syn=crontab
This page took 0.14654 seconds and 4 git commands to generate.