just ended a clean installation of the final ispconfig version 3.0.3.1 the os i used is centos 5.5 32bit after the completion of the installation I realized that vixie-cron wasn't installed I installed it via yum executing Code: crontab -l as a root doesn't return any commands should there be any? I remember from past installations of ispconfig that there were cronjobs running as root
You should have the following two cron jobs: Code: * * * * * /usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log 30 00 * * * /usr/local/ispconfig/server/cron_daily.sh > /dev/null 2>> /var/log/ispconfig/cron.log