Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-22-2009, 01:35 PM
Junior Member
 
Posts: 8
Default ERROR DNS Zimbra Install with CentOS 5

Hello, I had the DNS ERROR when i try install zimbra.

I had a DNS and Proxy Server with linux CSGW:

Hostname: csgw
IP: 10.11.0.1

and my Mail Server with Zimbra in CentOS 5 with:

IP: 10.11.0.3
hostname: SAFAFiles

my /etc/hosts:
127.0.0.1 localhost.localdomain localhost
10.11.0.3 SAFAFiles.safa.edu.uy SAFAFiles

my /etc/resolv.conf:

domain safa.edu.uy
nameserver 10.11.0.1
nameserver 200.40.30.245
nameserver 200.40.143.130


#dig safa.edu.uy +trace

; <<>> DiG 9.3.4-P1 <<>> safa.edu.uy +trace
;; global options: printcmd
. 38687 IN NS L.ROOT-SERVERS.NET.
. 38687 IN NS M.ROOT-SERVERS.NET.
. 38687 IN NS A.ROOT-SERVERS.NET.
. 38687 IN NS B.ROOT-SERVERS.NET.
. 38687 IN NS C.ROOT-SERVERS.NET.
. 38687 IN NS D.ROOT-SERVERS.NET.
. 38687 IN NS E.ROOT-SERVERS.NET.
. 38687 IN NS F.ROOT-SERVERS.NET.
. 38687 IN NS G.ROOT-SERVERS.NET.
. 38687 IN NS H.ROOT-SERVERS.NET.
. 38687 IN NS I.ROOT-SERVERS.NET.
. 38687 IN NS J.ROOT-SERVERS.NET.
. 38687 IN NS K.ROOT-SERVERS.NET.
;; Received 420 bytes from 10.11.0.1#53(10.11.0.1) in 226 ms

uy. 172800 IN NS ns.dns.br.
uy. 172800 IN NS ns3.nic.mx.
uy. 172800 IN NS ns-uy.ripe.net.
uy. 172800 IN NS seciu.edu.uy.
uy. 172800 IN NS ns-ext.isc.org.
;; Received 260 bytes from 199.7.83.42#53(L.ROOT-SERVERS.NET) in 176 ms

safa.edu.uy. 86400 IN NS csd.cs.com.uy.
safa.edu.uy. 86400 IN NS cs.cs.com.uy.
;; Received 71 bytes from 200.160.0.5#53(ns.dns.br) in 313 ms

safa.edu.uy. 3563 IN A 200.40.182.242
;; Received 45 bytes from 200.40.143.130#53(cs.cs.com.uy) in 76 ms

Thanks,
JhonV
Reply With Quote
  #2 (permalink)  
Old 04-22-2009, 02:35 PM
Moderator
 
Posts: 7,911
Default

Welcome to the forums

You are reporting no MX or A record for your ZCS server so you will need to setup a Wiki :: Split DNS architecture. Also note that as you are on a *NIX based system it is better to keep everything to lowercase
__________________
Reply With Quote
  #3 (permalink)  
Old 04-24-2009, 07:01 AM
Junior Member
 
Posts: 8
Default

Quote:
Originally Posted by uxbod View Post
Welcome to the forums

You are reporting no MX or A record for your ZCS server so you will need to setup a Wiki :: Split DNS architecture. Also note that as you are on a *NIX based system it is better to keep everything to lowercase
Hi, I follow the instructions and i cant config the named service.
This is the error:
[root@safafiles init.d]# ./named start
Iniciando named:
Error en la configuración de named:
zone safafiles.safa.edu.uy/IN: loading master file db.safafiles.safa.edu.uy: file not found
_default/safafiles.safa.edu.uy/IN: file not found [FALLÓ]

I had this files:

[root@safafiles etc]# cat /etc/named.conf
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
forwarders { 10.11.0.1 ; };
};
include "/etc/rndc.key";
zone "safafiles.safa.edu.uy" {
type master;
file "db.safafiles.safa.edu.uy";
};

[root@safafiles named]# cat db.safafiles.safa.edu.uy

;
; Addresses and other host information.
;
@ IN SOA safafiles.safa.edu.uy. csgw.safafiles.safa.edu.uy. {
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ; Minimum
; Define the nameservers and mail servers
IN NS 10.11.0.3
IN A 10.11.0.3
IN MX 10 safafiles.safa.edu.uy

I take your tip and i modified the names in lowercase..

[root@safafiles named]# cat /etc/resolv.conf
search safafiles.safa.edu.uy
nameserver 10.11.0.3
nameserver 10.11.0.1
nameserver 10.11.0.2
domain safa.edu.uy
[root@safafiles named]#
************************************************** ****
[root@safafiles named]# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost safafiles
10.11.0.1 safafiles.safa.edu.uy safafiles
[root@safafiles named]#
************************************************** ******
[root@safafiles named]# cat /etc/hostname
safafiles.safa.edu.uy


Any Idea what hap? The file db.safafiles.safa.edu.uy is in /etc/named/chroot/var/named/ with a simbolic link to /var/named/

Thanks,
JhonV

Last edited by JhonV; 04-24-2009 at 07:08 AM.. Reason: error in /etc/hosts
Reply With Quote
  #4 (permalink)  
Old 04-28-2009, 07:17 AM
Junior Member
 
Posts: 8
Default

Hi, I can fix the problem in the installation on the named service. I was re-install bind package only and worked all rigth.

My problema now is the follow, when i finish the installation result this error:

Setting defaults... MX: safafiles.safa.edu.uy (10.11.0.1)

Interface: 10.11.0.3
Interface: 127.0.0.1
10.11.0.1
10.11.0.1


DNS ERROR - none of the MX records for safafiles.safa.edu.uy
resolve to this host

After this the installation was sucesfully. I can start up all the services and the web console administration.
I create some users, but the domain name is safafiles.safa.edu.uy rather that safa.edu.uy. Any idea what can i fix it?

Another thing is im try to check the users web mail and only i have the admin console. Which is the direccion to check the mails propertly?

Thanks,
JhonV
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.