]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-mail-download.cron
- run crons under eventum user
[packages/eventum.git] / eventum-mail-download.cron
CommitLineData
f7c9a366
ER
1# eventum mail download
2# bounce messages back to root
3MAILTO=root
4
5# This will download emails associated with the given email account.
6# If you have more than one email account, you may add another entry for
7# the other accounts.
8#
9# To setup the email integration feature with the appropriate email
10# accounts, go to:
11#
12# Administration >>> Manage Email Accounts
13
03cdd666 14#0 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q download_emails.php username_here mail.domain.com INBOX
f7c9a366
ER
15
16# vim:syn=crontab
This page took 0.044868 seconds and 4 git commands to generate.