Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Cron and incoming.pl

Quote Reply
Cron and incoming.pl
i try to run the incoming.pl with follow cron:

* * * * /home/ .... etc.

but it donīt work:-(

when i run incoming.pl manuell all is fine.



Quote Reply
Re: Cron and incoming.pl In reply to
Hi,

It could be the path to perl is not correct or the permissions are not set correct. Try changing your cron to something like:

*/3 * * * * perl /home/you/batch/incoming.pl


Cheers,

Scott