# minute (0-59), # | hour (0-23), # | | day of the month (1-31), # | | | month of the year (1-12), # | | | | day of the week (0-6 with 0=Sunday). # | | | | | command(s) # | | | | | | # Sync the clock with our NTP uplink at 4am 0 4 * * * /usr/sbin/ntpdate -c -s time.xs4all.nl >/dev/null 2>&1 * * * * * /usr/bin/fetchmail /opt/rt3/etc/fetchmailrc >/dev/null 2>&1