Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
If you want to run the cronjob from the cron, I recommend using the php-cli instead of the wrapper as described in the bookhttp://en.flossmanuals.3net/CiviCRM/SystemConfigurationEasier and more efficient than having a wrapper around a curl call
*/5 * * * * wget -q -O /dev/null 'http://www.friendsoftheflathead.ca/sites/all/modules/civicrm/bin/civimail.cronjob.php?name=admin&pass=' (password and key omitted intentionally)