I've got my CentOS box pretty stable and it's up as a good test machine and thanks for everyones help!
I'm trying to get a 10.4.11 (client) machine up and running and the install has been less than smooth. It's all gone well with the install, but I cannot get the mailbox service to start. Let me know what files might be of help, but the error (and I can't find a solution on the forums) looks like...
Code:
mail:~ zimbra$ zmcontrol start
Host mail.northbrain.com
Starting ldap...Done.
Starting logger...Done.
Starting mailbox...FAILED
Error: assertion '-d /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home' failed
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
I believe my hosts file is correct, but I'm throwing this up too.
Code:
127.0.0.1 localhost.localdomain localhost
75.146.174.10 northbrain.com mail
255.255.255.255 broadcasthost
::1 localhost
And my Java version is...
Code:
mail:~ zimbra$ java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
mail:~ zimbra$