Feng Forum

Support => Installation problems => : Nuno Zimas August 18, 2009, 04:12:21 PM

: email module - automatic check / biff
: Nuno Zimas August 18, 2009, 04:12:21 PM
There should be a way to automatically check / biff email messages from remote server every X time.
Wondering if the PHP file currently performing that task could be called from a simple cronjob running in the background.

Thanks,
Nuno.
: Re: email module - automatic check / biff
: koko August 18, 2009, 04:27:37 PM
Hi,

May it be possible you missed something in the administration part? There is a part "Cronjobs", no?
: Re: email module - automatic check / biff
: Nuno Zimas August 18, 2009, 04:56:10 PM
Hi,

May it be possible you missed something in the administration part? There is a part "Cronjobs", no?

I did, in deed :)

There's a setting under Cron Events to check mail messages.
Gonna try it out,

Thanks.
: Re: email module - automatic check / biff
: koko August 18, 2009, 04:58:46 PM
I think the cron-mail-check doesn't seem to work very well .. No idea how this comes ... Can you tell me if yours does work well?
: Re: email module - automatic check / biff
: Nuno Zimas August 18, 2009, 05:11:30 PM
Was about to report on that.
Nope. In my case, enabling email checks doesn't work at all :(
Probably a system cronjob has to be set. I just don't know which file to execute.
: Re: email module - automatic check / biff
: koko August 18, 2009, 05:14:42 PM
Hi,

Indeed, a system-cron is needed.
More info:
http://wiki.opengoo.org/doku.php/administration_panel#cron_events
: Re: email module - automatic check / biff
: Nuno Zimas August 20, 2009, 08:35:39 AM
Hi,

Indeed, a system-cron is needed.
More info:
http://wiki.opengoo.org/doku.php/administration_panel#cron_events
I have tweaked my crontab to run cron.php every 5 minutes.
Fetching email messages still fails at random, though it is working as it should most of the time.
Thanks for the URL!