View Single Post
  #3 (permalink)  
Old 02-23-2008, 01:59 AM
evolus evolus is offline
Junior Member
 
Posts: 7
Default

I follow the instruction at you said, here is what I did:
-Setup a DNS server on the server to isntall Zimbra
-Modify the named.conf as instructed in your link.
-Setup Zimbra, it still cannot find a MX record for my domain and suggest me to change, I change it to mydomain.com, it now resolve correctly .
There is one step failed during the setup, here is the error log:
Code:
checking isEnabled zimbra-store
zimbra-store is enabled
Initializing Documents...
COS attribute retrieved for COS default: zimbraFeatureNotebookEnabled=TRUE
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
*** Running as zimbra user: /opt/zimbra/bin/zmprov mcf zimbraNotebookAccount wiki@evolus.vn
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
*** Running as zimbra user: /opt/zimbra/bin/zmprov in wiki@evolus.vn
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled FALSE
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
failed to initialize documents...see logfile for details.
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
Restarting mailboxd...
*** Running as zimbra user: /opt/zimbra/bin/zmmailboxdctl restart
mailboxd started.
done.
I have tried to run the command /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE, but I got the same error (Connection refused). As I mentioned before, all the firewall and SELinux are turned off.
I also check if openldap is up and running with ps -ef | grep slap, here is the output:
Code:
root       579 26171  0 15:40 pts/4    00:00:00 grep slap
zimbra    8189     1  0 12:36 ?        00:00:01 /opt/zimbra/openldap/libexec/slapd -l LOCAL0 -4 -u zimbra -h ldap://apollo.mydomain.com:389 -f /opt/zimbra/conf/slapd.conf
And here is the output of zmcontrol status:
Code:
[zimbra@apollo bin]$ zmcontrol status
Host apollo.mydomain.com
        antispam                Running
        antivirus               Running
        ldap                    Running
        logger                  Running
        mailbox                 Stopped
                zmmailboxdctl is not running
        mta                     Running
        snmp                    Running
        spell                   Running
        stats                   Running
How can I make mailbox and zmmailboxdctl up and running?
Any help are appreciated.
Reply With Quote