Are you running the command "crond" to schedule the task? If so, you should be running the "
crontab" command and then schedule the task. "crontab -e" is the command you would run to add a new scheduled task.
EDIT: Also, be sure to run "crontab -e" as the user the mail fetch will run for and not as root.
Peace...