Author Topic: Setting up CRON with CPANEL  (Read 1441 times)

mailman

  • Posts: 3
    • View Profile
Setting up CRON with CPANEL
« on: June 21, 2005, 07:29:13 am »
Hi!!!

I need to know what command line to use in CPANEL to get the CRON jobs working fine!!

thank you!

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Setting up CRON with CPANEL
« Reply #1 on: June 21, 2005, 09:43:14 am »
Greetings!

You should be able to use the example from the help at http://listmailpro.com/help/dailymail_cron.html

The first part 0 0 * * * is the timing.  The previous example means 12am midnight.  Minutes come first, so 12:15am would be 15 0 * * *.  To test, you might want to set it to * * * * * to run every minute - don't forget to enable the dailymail report.

If your host has removed wget you might try the following which uses an alternative program, curl:

0 0 * * * curl -o /dev/null http://yoursite.com/mail/dailymail.php?pw=YourDailyMailPass 1> /dev/null 2> /dev/null

If your does indeed work with curl, and not wget, you will also need to update bounce.cgi for it to work.

Regards!
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting