match email cron jobs

hi, i have a question, my site is working good, the messages were delivered properly, but match emails are not be sending, mi table notifyqueue have all messages ready for be send. When i run http://mysite/admin/periodic/notifies.php all messages are sending successfuly but it is not automaticly, which one cron job a need to modify?
if i run this: http://mysite/admin/global_settings.php?cat=8 i get this information "Send emails from queue, it happens every cron execution (5m-1h)" i have dolphin 6.0.0003

Quote · 15 Dec 2008

From the Dolphin Wiki.....

 

To set up cron jobs, use one of the following ways:

For UNIX:

 

  1. Using CPanel:

 

  1. Click the Cron Jobs link under your CPanel account and choose Advanced (Linux Style)

 

  1. Indicate the email address for collecting information about cron execution

 

  1. Return to the Dolphin installation page and copy the first command to be run as cron (omitting the zeros and asterisks), for example:
    /usr/local/bin/php -q /home/localhost/www/d611/periodic/cmd.php
    

and insert it into the first field of your CPanel cron jobs management page schedule the time for this job, which also can be fetched from the Dolphin installation page, such as:

0 0 * * * (which means: run the script every midnight)

 

  1. Apply the changes and click Back to return to the Cron Management page

 

  1. Do the same for the second cron script:
    /usr/local/bin/php -q /home/localhost/www/d611/periodic/notifies.php
    
    

and schedule the time for it:

*/10 * * * * (which means: run the script every 10 minutes)

 

  1. Do the same for the third cron script:
    /usr/local/bin/php -q /home/localhost/www/d611/periodic/cupid.php
    
    
    and schedule the time for it:
    * */1 * * * (which means: run the script every 1 hour)

Quote · 15 Dec 2008

For the notifications... 

 

  1. Do the same for the second cron script:
    /usr/local/bin/php -q /home/localhost/www/d611/periodic/notifies.php
    
    

and schedule the time for it:

*/10 * * * * (which means: run the script every 10 minutes)

Quote · 15 Dec 2008

thank you very much

Quote · 15 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.