Re: [TYPO3-english] mail2ttnews and external cron service

2013-02-07 Thread Loek Hilgersom
Hi, You cannot run getmail_cli without cli_dispatch because mail2news needs some parts of TYPO3 initialized to be able to work. What you can do is either make create a FE-plugin that will call the parts that do the mail import, or you have to modify the init.php inside mail2news to

[TYPO3-english] mail2ttnews and external cron service

2013-02-05 Thread 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 * * * *

Re: [TYPO3-english] mail2ttnews and external cron service

2013-02-05 Thread Burkhard Görtz
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.:

Re: [TYPO3-english] mail2ttnews and external cron service

2013-02-05 Thread BVB Media (Bas van Beek)
Donslund Sent: dinsdag 5 februari 2013 14:43 To: typo3-english@lists.typo3.org Subject: [TYPO3-english] mail2ttnews and external cron service 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

Re: [TYPO3-english] mail2ttnews and external cron service

2013-02-05 Thread Burkhard Görtz
Hey Bas, 21 redirects STD_ERR (2) to STD_OUT (1) which is a good thing during debugging. To redirect to the nulldevice you would note /dev/nul Groetjes Bugi Am 05.02.2013 um 16:17 schrieb BVB Media (Bas van Beek): Don't know if that command works. Normally 21 will send STDOUT and