
Originally Posted by
fatalwall
Getting installed packages
checking isEnabled zimbra-core
Newinstall enabling all installed packages
Enabling zimbra-core
Enabling zimbra-ldap
Enabling zimbra-store
Enabling zimbra-mta
Enabling zimbra-snmp
Enabling zimbra-logger
Enabling zimbra-apache
Enabling zimbra-spell
Setting defaults...
Setting local config zimbra_java_home to /opt/zimbra/java
*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e zimbra_java_home='/opt/zimbra/java'
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
No results returned for A lookup of keitaro.ruhmaus.local
Checked nameservers:
192.168.0.1
DNS ERROR resolving keitaro.ruhmaus.local
It is suggested that the hostname be resolveable via DNS
DNS ERROR resolving MX for keitaro.ruhmaus.local
It is suggested that the domain name have an MX record configured in DNS
Done
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
checking isEnabled zimbra-spell
zimbra-spell is enabled
Checking for port conflicts
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-logger
zimbra-logger is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
Note
The previous configuration appears to have failed to complete
Saving config in /opt/zimbra/config.6055...
Done
Operations logged to /tmp/zmsetup.log.6055
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
Initializing ldap...
*** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
FAILED (2)
ERROR
Configuration failed
Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
complete the configuration.
Errors have been logged to /tmp/zmsetup.log.6055
Solved::::::::
It's due to wrong configuration host file.
your host file should look like this:
Code:
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.2.21 mail.domainname.com mail
192.168.2.30 domainname.com
where 192.168.2.21 is my zimbra host ip
and 192.168.2.30 is my webhosting server ip you can also use public ip of your name server.