View Single Post
  #5 (permalink)  
Old 12-03-2005, 07:06 AM
mubley mubley is offline
Active Member
 
Posts: 44
Default

Quote:
crontab -u zimbra -l shows nothing? THere's a pretty extensive zimbra crontab (not for clamav -that's done by the freshclam daemon)
Yes, that command shows nothing when you install directly from the RPMs instead of using install.sh. This is configured by the setupCrontab() function in util/utilfunc.sh which is called by install.sh and never called when installing directly from RPMs. I can copy the setupCrontab() function into my Kickstart ks.cfg file and that will take care of it.

But...am I going about this the wrong way? Is there a better way to automate the Zimbra installation? Can I supply an answer file to install.sh? Or should I just write an expect script to supply the answers to install.sh?

Thanks again for your time and information.
Reply With Quote