[TYPO3-english] mail2ttnews and external cron service
Burkhard Görtz
bugi at joboland.de
Tue Feb 5 14:54:16 CET 2013
Hi Jeppe,
the * * * * doesn't stand for your Website, it stands for the cron running intervals:
http://www.manpagez.com/man/5/crontab/
In your case, the cron job would run every hour at 10 minutes past.
To call the shell script you could try to place its invocation in a php-script:
i.e.:
cron.php
<?php
exec('/path/typo3/cli_dispatch.phpsh getmail_cli >> /path/fileadmin/cron.log 2>&1');
?>
and call it via url http://your.domain.com/cron/cron.php
Bugi
Am 05.02.2013 um 14:43 schrieb Jeppe Donslund:
> Hi
>
> My web host doesn't provide cron jobs. But there are a lot of external services providing cron jobs.
>
> But what address should I use for importing emails to tt_news?
>
> I have installed and configured mail2ttnews, but in the documentation it says that I should use this:
>
> 10 * * * * /path/typo3/cli_dispatch.phpsh getmail_cli >> /path/fileadmin/cron.log 2>&1
>
> That won't work. Isn't there a normal url I can use for the cron jobs?
>
> I know that **** should be replaced with the website address.
>
>
> Regards
> Jeppe Donslund
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list