Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
I have upgraded zimbra from FOSS 5.0.18 with 4 gb ram to FOSS 6.0.3 with 12 gb of ram. We are using Suse Linux Enterprise Server 10.
Problem is that when I start the services by typing with user zimbra "zmcontrol start". All services are running fine but I am not able to open admin console or user console. it keeps loading and give Page not found error after some time.
Earlier I was getting "zmmailboxdctl not running" service error. but after googling I got the solution by run the command from zimbra prompt:
"zmlocalconfig -e mailboxd_java_heap_memory_percent=12"
earlier it was "mailboxd_java_heap_memory_percent=40". This is just for information as it may help you anyhow.
Thanks for your prompt reply. I did "netstat -an | grep 7071" from zimbra as well as from root but no responce and problem still exist. And there is no errors in mailbox.log.
Its done. Actually there was a userid (uid) problem of zimbra user. it should be "1001" and mine was "1000". I had just change the uid by typing command from root:
"usermod -u 1001 zimbra"
and evething become well.