I'm installing DadaMail, and it suggests setting up a CRON job with the following syntax:
I've replaced the "myaccount" with the cpanel username, and tried the command string without the "/usr/bin/perl " section. Any other help you guys can give me?
(The program works when I manually invoke the program, but the CRON job is not running).
Code:
* * * * * /usr/bin/perl /home/myaccount/cgi-bin/dada/plugins/dada_bridge.pl >/dev/null 2>&1
(The program works when I manually invoke the program, but the CRON job is not running).
Comment