Hello Everyone,
i'm kinda new to linux, i run in my notebook fedora 12, and i want to try zimbra Open source edition so i'm trying to install zimbra Collaboration suite designed for Fedora 11 (zcs-6.0.7_GA_2470.F11.20100610213023)(don't really know if it's the cause of the failed messages)
Well, my objective is to use sendmail, zimbra to send and receive emails, locally.
my domaine is named : mondomaine.com.
my hostname : aminos
here is my /etc/hosts file contents :
27.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
127.0.0.1 aminos.mondomaine.com. aminos
Concerning the Dns it works well specially when i put queries using nslookup , i have one zone named mondomaine.com. here is the content of mondomaine.com.zone :
$ttl 86400
mondomaine.com. IN SOA ns.mondomaine.com. dnsmaster.mondomaine.com. (
2006110806
10800
3600
604800
38400 )
@ IN NS ns.mondomaine.com.
@ IN MX 10 mail.mondomaine.com.
localhost A 127.0.0.1
@ IN A 127.0.0.1
mail IN A 127.0.0.1
ns IN A 127.0.0.1
aminos.mondomaine.com. IN A 127.0.0.1
hmm, the installation works good untill they tell me the following msg :
It is suggested that the domain name have an MX record configured in DNS
Re-Enter domain name? [Yes] yes
Create domain: [aminos.mondomaine.com.] mondomaine.com.
MX: mail.mondomaine.com (127.0.0.1)
Interface: 127.0.0.1
done.
Checking for port conflicts
Note
The previous configuration appears to have failed to complete
Attempt to complete configuration now? [yes] yes
Save configuration data to a file? [Yes] yes
Save config in file: [/opt/zimbra/config.15760]
Saving config in /opt/zimbra/config.15760...done.
The system will be modified - continue? [No] y
Operations logged to /tmp/zmsetup.06302010-031747.log
Initializing ldap...failed. (28416)
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.06302010-031747.log
and it's here where i got blocked

can anyone helps me plzz it's very urgent
Thanks in Advance.