]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-mail-download.cron
- run crons under eventum user
[packages/eventum.git] / eventum-mail-download.cron
1 # eventum mail download
2 # bounce messages back to root
3 MAILTO=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
14 #0 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q download_emails.php username_here mail.domain.com INBOX
15
16 # vim:syn=crontab
This page took 0.634916 seconds and 3 git commands to generate.