Advertisement
Guest User

error configuring servername in Zimbra

a guest
Oct 14th, 2011
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. http://www.turnkeylinux.org/forum/support/20100910/zimbra-appliance-keep-getting-error-during-config-script
  2.  
  3. [zimbra@mail ~]$ zmcontrol stop
  4. Host -n
  5. Stopping stats...Done
  6. Stopping mta...Done
  7. Stopping spell...Done
  8. Stopping snmp...Done
  9. Stopping archiving...Done
  10. Stopping antivirus...Done
  11. Stopping antispam...Done
  12. Stopping imapproxy...Done
  13. Stopping mailbox...Done
  14. Stopping logger...Done
  15. Stopping ldap...Done
  16. [zimbra@mail ~]$ zmlocalconfig -e ldap_url=ldap://localhost:389
  17. [zimbra@mail ~]$ zmlocalconfig -e ldap_master_url=ldap://localhost:389
  18. [zimbra@mail ~]$ zmlocalconfig -e ldap_port=389
  19. [zimbra@mail ~]$ zmlocalconfig -e ldap_host=localhost
  20. [zimbra@mail ~]$ /opt/zimbra/libexec/zmsetservername mail
  21. ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.naming.CommunicationException localhost:389)
  22. Host -n
  23. Stopping stats...Done
  24. Stopping mta...Done
  25. Stopping spell...Done
  26. Stopping snmp...Done
  27. Stopping archiving...Done
  28. Stopping antivirus...Done
  29. Stopping antispam...Done
  30. Stopping imapproxy...Done
  31. Stopping mailbox...Done
  32. Stopping logger...Done
  33. Stopping ldap...Done
  34. Started slapd: pid 27170
  35. ldap_initialize( ldap://localhost:389 )
  36. adding new entry "cn=mail.domain.com,cn=servers,cn=zimbra"
  37.  
  38. ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.net.ssl.SSLPeerUnverifiedException hostname of the server 'localhost' does not match the hostname in the server's certificate.)
  39. [zimbra@mail ~]$ zmprov createDomain domain.com
  40. ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
  41. [zimbra@mail ~]$
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement