
Originally Posted by
flums
Hi
Running Network Pro Edition on RHEL 4... I had to redploy ... Is this a common thing?
.
Yes. it happens consistently filed a bug. It also happens after a disaster recovery.

Originally Posted by
flums
Hi
Does anybody know of a tool that can match lang files?
.
we use the following during our kickstarted install (need to reapply after an upgrade):
Code:
#######################################################################
# update the spell checker (aspell) to UK
#######################################################################
/bin/cp -f /opt/zimbra/httpd/htdocs/aspell.php /opt/zimbra/httpd/htdocs/aspell.php.old
/bin/cat /opt/zimbra/httpd/htdocs/aspell.php | /bin/sed -e 's/en_US/en_GB/g' > /tmp/aspell.php
/bin/cp -f /tmp/aspell.php /opt/zimbra/httpd/htdocs/aspell.php