S.O Centos 5.1
installed zcs-5.0.5_GA_2201.RHEL5.20080417012110.
I install like root.
I was reviewing, but not works to me.
[SOLVED] LDAP Error
the error is the same;
[zimbra@mvalenzuela ~]$ zmcontrol start
Host mvalenzuela.geb.cl
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
[zimbra@mvalenzuela ~]$ zmcontrol stop
Host mvalenzuela.geb.cl
Stopping stats...Done
Stopping mta...Done
Stopping spell...Done
Stopping snmp...Done
Stopping archiving...Done
Stopping antivirus...Done
Stopping antispam...Done
Stopping imapproxy...Done
Stopping logger...Done
Stopping ldap...FAILED
ldap_url and ldap_master_url cannot be the same on an ldap replica
Server is in LAN.
#cat /etc/resolv.conf
search geb.cl
nameserver 192.168.150.200
cat /var/named/chroot/var/named/db.mail.geb.cl
;
; Addresses and other host information.
;
@ IN SOA mvalenzuela.geb.cl. hostmaster.mail.geb.cl. (
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ) ; Minimum
; Define the nameservers and the mail servers
IN NS 192.168.150.200
IN A 192.168.150.200
IN MX 10 mvalenzuela.geb.cl.
cat /var/named/chroot/etc/named.conf
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
forwarders { 192.168.150.13; };
//this dns is Ok
};
include "/etc/rndc.key";
zone "mvalenzuela.geb.cl" {
type master;
file "db.mail.geb.cl";
};
And a little cut of out install
Install anyway? [N] Y
The system will be modified. Continue? [N] Y
Removing /opt/zimbra
Installing packages
zimbra-core......zimbra-core-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-ldap......zimbra-ldap-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-logger......zimbra-logger-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-mta......zimbra-mta-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-snmp......zimbra-snmp-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-store......zimbra-store-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-apache......zimbra-apache-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-spell......zimbra-spell-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
Operations logged to /tmp/zmsetup.01001900-0000151802536.log
Setting defaults... MX: mvalenzuela.geb.cl (192.168.150.200)
Interface: 192.168.150.200
Interface: 127.0.0.1
Interface: 192.168.122.1
192.168.150.200
done.
Checking for port conflicts
Main menu
1) Common Configuration:
2) zimbra-ldap: Enabled
3) zimbra-store: Enabled
+Create Admin User: yes
+Admin user to create:
admin@mvalenzuela.geb.cl
Add this :
[root@mvalenzuela etc]# host `hostname`
mvalenzuela.geb.cl has address 192.168.150.200
mvalenzuela.geb.cl mail is handled by 10 mvalenzuela.geb.cl.
[root@mvalenzuela etc]#
as I can solve the error with ldap?
Saludos desde Chile & thanks.