From f7c9a366aae242d27180e43d8171e90f23dd7c5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 17 Jan 2005 11:40:48 +0000 Subject: [PATCH] - cron to download mails Changed files: eventum-mail-download.cron -> 1.1 --- eventum-mail-download.cron | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 eventum-mail-download.cron diff --git a/eventum-mail-download.cron b/eventum-mail-download.cron new file mode 100644 index 0000000..af16cef --- /dev/null +++ b/eventum-mail-download.cron @@ -0,0 +1,16 @@ +# eventum mail download +# bounce messages back to root +MAILTO=root + +# This will download emails associated with the given email account. +# If you have more than one email account, you may add another entry for +# the other accounts. +# +# To setup the email integration feature with the appropriate email +# accounts, go to: +# +# Administration >>> Manage Email Accounts + +#0 * * * * http cd /usr/share/eventum/misc && /usr/bin/php4 -q download_emails.php username_here mail.domain.com INBOX + +# vim:syn=crontab -- 2.44.0