Quote:
|
Originally Posted by KevinH Basically you create a cron task for the interval you want (once a day) and just run the command. See the usage of the command for options. |
Thanks for the quick response, Kevin. I was actually looking for specific command examples. I assume the following two commands would suffice?
Code:
/opt/zimbra/bin/zmtrainsa localhost spamreporter@domain.com acct_pass spam
/opt/zimbra/bin/zmtrainsa localhost hamreporter@domain.com acct_pass ham
I seem to recall reading that Zimbra has its own crontab somewhere. Is it safe to assume that the above commands should be put there? What is the exact path to the file in which these commands should be inserted?