Search code examples
ldapzimbrapostfix-mta

ldap_url: and ldap_master_url cannot be the same on an ldap replica


So i tried adding rt-mailgate in zimbra using the following tutorial http://muru-techsolution.blogspot.co.ke/2015/03/install-rt-mailgate-in-zimbra.html .but now when i try to restart zimbra services i get the following error:

/opt/zimbra/bin/zmcontrol start
 Host localhost
 Unable to determine enabled services from ldap.
 Enabled services read from cache. Service list may be inaccurate.
     Starting ldap...Done.
 Failed.
 ldap_url and ldap_master_url cannot be the same on an ldap replica

Am running the following version of zimbra:

Release 8.0.7_GA_6021.RHEL6_64_20140408123911 RHEL6_64 FOSS edition.

On linux version:

Linux x.domain.com 2.6.32-573.3.1.el6.x86_64 #1 SMP Thu Aug 13 22:55:16 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Anyone come across the same issue?


Solution

  • It seems to be a permissions related issue. In general, this occurs after you changed some configurations as root user, instead of doing it as zimbra user.

    To fix it, please do the following:

    . As root, run: /opt/zimbra/libexec/zmfixperms

    . restart your zimbra service: service zimbra restart

    Hope this helps you.