setup cron

Discuss our MailScanner install script and MailScanner itself
Post Reply
bhanuprasad1981
Junior Member
Posts: 9
Joined: 24 Oct 2008, 20:17

setup cron

Post by bhanuprasad1981 »

i had ordered server package last month , but due to some issues i had to reinstall os on server , i had installed all but dont know how to setup cron to run daily in the root crontab which checks /etc/localdomains and makes sure that there is an entry for any domain listed within the rules files


please let me know process , thank you
sawbuck
Junior Member
Posts: 366
Joined: 10 Dec 2006, 16:20

Post by sawbuck »

Edit root cron: crontab -e

Line to add: 10 0 * * * perl /usr/mscpanel/mscpanel.pl > /dev/null 2>&1

Adjust the run time to suit your environment.
Post Reply