ntpd
From Initq
Correct system time is the most important thing for mail servers. This stamp is used on email and all the logs so always make sure your server time is correct. Use the following in your cron job.
In Solaris the zoneinfo files are kept in
- /usr/share/lib/zoneinfo/
In All Linux systems they are kept at
- /usr/share/zoneinfo/
ln -s /usr/share/zoneinfo/America/Los_Angeles /etc/localtime */2 * * * * /usr/sbin/ntpdate -u 1.pool.ntp.org > /dev/null 2>&1
