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

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 12-01-2008, 11:21 PM
Loyal Member
 
Posts: 86
Default [SOLVED] I don`t get my messages

When I send a message arrives but when they send to me does not arrive.
why? I am on a red hat, my host is zimbra.indaba.es and my ip 192.168.2.xx.
In red configuration I have my dns put, what more I have to do?
Reply With Quote
  #2 (permalink)  
Old 12-02-2008, 12:14 AM
Moderator
 
Posts: 7,928
Default

You do not have the correct external DNS records for your domain.

Code:
; <<>> DiG 9.4.2-P2 <<>> indaba.es mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17453
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;indaba.es.			IN	MX

;; ANSWER SECTION:
indaba.es.		86400	IN	MX	10 smtp.indaba.es.
The MX record is not pointing to your Zimbra server but somewhere else.
__________________
Reply With Quote
  #3 (permalink)  
Old 12-02-2008, 12:25 AM
Loyal Member
 
Posts: 86
Default I don understand

Sorry but I dont undertand
Reply With Quote
  #4 (permalink)  
Old 12-02-2008, 12:28 AM
Loyal Member
 
Posts: 86
Default Please help, I think this could be

In host I have this

192.168.2.xx zimbra.indaba.es it is pointing to 82.130.212.41 how can I change that.

Setting defaults... MX: zimbra.indaba.es (82.130.212.41)

Interface: 192.168.2.xx
Interface: 127.0.0.1
82.130.212.41
82.130.212.41


DNS ERROR - none of the MX records for zimbra.indaba.es
resolve to this host
Change domain name? [Yes] n
done.
Reply With Quote
  #5 (permalink)  
Old 12-02-2008, 12:29 AM
Moderator
 
Posts: 7,928
Default

Your DNS MX record is setup to send all email for your domain to smtp.indaba.es, and not zimbra.indaba.es. On checking your ZCS server zimbra.indaba.es [82.130.212.41] that will also not respond for SMTP traffic so your firewall may be blocking it.
Code:
telnet 82.130.212.41 25
Trying 82.130.212.41...
telnet: connect to address 82.130.212.41: Connection refused
telnet: Unable to connect to remote host: Connection refused
__________________
Reply With Quote
  #6 (permalink)  
Old 12-02-2008, 12:30 AM
Moderator
 
Posts: 7,928
Default

Please post the output from the following so we can check your internal DNS
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig indaba.es mx
dig indaba.es any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote
  #7 (permalink)  
Old 12-02-2008, 12:34 AM
Loyal Member
 
Posts: 86
Default Here it is

[root@zuvm04lx zcs-5.0.11_GA_2695.RHEL4.20081117031344]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
# 127.0.0.1 localhost.localdomain localhost zuvm04lx
192.168.2.39 zimbra.indaba.es zimbra
[root@zuvm04lx zcs-5.0.11_GA_2695.RHEL4.20081117031344]# cat /etc/resolv.conf
; generated by /sbin/dhclient-script
search grupolks.local
nameserver 192.168.2.58
nameserver 192.168.2.66
[root@zuvm04lx zcs-5.0.11_GA_2695.RHEL4.20081117031344]# dig indaba.es mx

; <<>> DiG 9.2.4 <<>> indaba.es mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62257
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;indaba.es. IN MX

;; ANSWER SECTION:
indaba.es. 86400 IN MX 10 smtp.indaba.es.

;; ADDITIONAL SECTION:
smtp.indaba.es. 86400 IN A 213.195.78.192

;; Query time: 92 msec
;; SERVER: 192.168.2.58#53(192.168.2.58)
;; WHEN: Tue Dec 2 09:30:11 2008
;; MSG SIZE rcvd: 64

[root@zuvm04lx zcs-5.0.11_GA_2695.RHEL4.20081117031344]# dig indaba.es any

; <<>> DiG 9.2.4 <<>> indaba.es any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38310
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;indaba.es. IN ANY

;; ANSWER SECTION:
indaba.es. 86400 IN MX 10 smtp.indaba.es.

;; ADDITIONAL SECTION:
smtp.indaba.es. 86400 IN A 213.195.78.192

;; Query time: 19 msec
;; SERVER: 192.168.2.58#53(192.168.2.58)
;; WHEN: Tue Dec 2 09:30:11 2008
;; MSG SIZE rcvd: 64

[root@zuvm04lx zcs-5.0.11_GA_2695.RHEL4.20081117031344]# host `hostname` <- note backticks and not single quotes
Reply With Quote
  #8 (permalink)  
Old 12-02-2008, 12:35 AM
Loyal Member
 
Posts: 86
Default Question

if I change my hostname to indaba.es will it run.
Reply With Quote
  #9 (permalink)  
Old 12-02-2008, 12:38 AM
Moderator
 
Posts: 7,928
Default

No it will not make any difference. As your Zimbra server is on a private IP you will need to setup a Split DNS :: Wiki architecture.
__________________

Last edited by uxbod; 12-02-2008 at 12:52 AM..
Reply With Quote
  #10 (permalink)  
Old 12-02-2008, 12:49 AM
Loyal Member
 
Posts: 86
Default oK

what can I do
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.