Regarding : Installation problem in Zimbra I am using ubuntu operating system and trying to install zimbra mail server
zcs 6.0 on my box.
Before installing zcs i modified two files
1) /etc/hosts file for updating host name
example : 10.0.0.8 mail.educationyug.com mail
2) /etc/resolv.conf for updating name server
search educationyug.com
nameserver 10.0.0.9
i am facing two error at the time of installation :
Error 1 : Host name shoudl be resolved from DNS
But i made an entry in my DNS
as educationyug.com. IN A 10.0.0.3
Error 2 : Domain Name shoudl be resolved from DNS
For this also i made an entry in DNS
IN MX 10 mail.educationyug.com.
mail IN CNAME educationyug
educationyug IN A 10.0.0.3
i am unable to solve this issue ...
and my forward zone DNS is :
$TTL 38400
@ IN SOA ns1.educationyug.com. admin.educationyug.com. (
070725
604800
86400
2419200
604800 )
educationyug.com. IN NS ns1.educationyug.com.
educationyug.com. IN A 10.0.0.1
ns1.educationyug.com. IN A 10.0.0.1
mail.educationyug.com. IN A 10.0.0.3
IN MX 10 mail.educationyug.com.
mail IN CNAME educationyug
educationyug IN A 10.0.0.3 |