[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ4>openwebmail and cron for calendar notify
- Subject: Re: [cobalt-users] RaQ4>openwebmail and cron for calendar notify
- From: "Chris" <cobalt@xxxxxxxxx>
- Date: Mon Jan 6 11:55:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi Parker Morse !
0 0-23/2 * * *
/usr/local/www/cgi-bin/openwebmail/openwebmail-tool.pl -a -n -q
does not work unfortunately also...
regards,
Chris
----- Original Message -----
From: "Parker Morse" <morse@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Monday, January 06, 2003 7:48 PM
Subject: Re: [cobalt-users] RaQ4>openwebmail and cron for calendar notify
> On Monday, January 6, 2003, at 12:39 PM, Chris wrote:
> > errors in crontab file, can`t install.
> > "mycron":2: bad day-of-month
> >
> > And this is the code in file "mycron:"
> > 0 */2 * * *
> > /usr/local/www/cgi-bin/openwebmail/openwebmail-tool.pl -a -n -q
> >
> > Why doesn't this function?
>
> From how I read the crontab man page ("man 5 crontab") the / modifier
only
> works on a specified range of values, not a wildcard like *. Try this:
>
> 0 0-23/2 * * *
>
> for the schedule part, and see how that works.
>
> pjm