Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: IanT on April 26, 2002, 04:07:38 AM

Title: Setting MultiDrop mail collection times
Post by: IanT on April 26, 2002, 04:07:38 AM
At the risk of taking advantage of this list...

Can someone point me to where I might manually set the MultiDrop mail collection frequencies to values other than those given in the email retrieval drop down options?  I have been looking at the templates but have so far drawn a blank...  Thought I'd cracked it when I found /50multi-drop but ... :(

Regards
Title: Re: Setting MultiDrop mail collection times
Post by: Marco Steenbergen on April 26, 2002, 01:36:38 PM
/etc/e-smith/templates/etc/crontab/email

HTH
Title: Re: Setting MultiDrop mail collection times
Post by: Brian Read on April 26, 2002, 02:27:05 PM
That's very useful, as I am also having trouble with the hourly one.

where does this procedure get called from, and which user does the resultant crontab run under (neither admin nor root appear to have crontab entries)?

TIA

Brian
Title: Re: Setting MultiDrop mail collection times
Post by: Marco Steenbergen on April 26, 2002, 04:57:40 PM
Man cron

It is in the global file /etc/crontab

01 * * * * root run-parts /etc/cron.hourly

1 minute past every hours all the scripts in /etc/cron.hourly get executed by user root