View Single Post
  #8 (permalink)  
Old 06-01-2007, 03:37 AM
enguer enguer is offline
Junior Member
 
Posts: 5
Default Update for Zimbra 4.5 ...

Sorry for my silence... i didnt received mails of your replies.
I checked it out and :

- now it appear to be at line 32498
- You need to use a multiple of 42 like 2*42 because further in the code , they used divisions to construct the interface.
I test it now....
make sure you are logged with zimbra account
#su - zimbra
cd /opt/zimbra/tomcat/webapps/zimbra/js
cp ZimbraMail_all.js ZimbraMail_all.js.
vi ZimbraMail_all.js.
//GOTO line 32498
//Change the value from 42 to 84
:wq
$ cp ZimbraMail_all.js.zgz ZimbraMail_all.js.zgz-sav
$ rm ZimbraMail_all.js.zgz
$gzip -S zgz ZimbraMail_all.js.
//Ok now i test to reboot server
$ zmcontrol stop
Host xxx
Stopping mta...Done
Stopping spell...Done
Stopping snmp...Done
Stopping antivirus...Done
Stopping antispam...Done
Stopping imapproxy...Done
Stopping mailbox...Done
Stopping logger...Done
Stopping ldap...Done
$ zmcontrol start
Host xxxx
Starting ldap...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
$ zmcontrol status
Host xxxx
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running
//All Done
If you're having problem with tomcat restart, use ~/libexec/zmfixperms
and check your /var/log/zimbra.log rights.
Now open your browser , empty the cache .
Connect to zimbra and now thats ok...


Enguer
Attached Images
File Type: png Zimbra.png (7.2 KB, 199 views)
Reply With Quote