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 03-13-2010, 05:32 AM
Active Member
 
Posts: 31
Default [SOLVED] I can not receive external Mesajes

Good day (in Paraguay), in my bad English but I'll try to explain. I installed zimbra sends and receives mail internally, but also receives external mail from certain domains only in the case of gmail says this "Delivery to the following recipient failed permanently", and traversed various forums and have not found the answer my limitation is the language I am using a translator
from already thank you very much for the help

Zimbra is configured and works internally but I can not receive external mail from some domains, in the case of gmail is the error Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550-mail-yx0-f201.google.com [209.85.210.201] is currently not permitted to
550-relay through this server. Perhaps you have not logged into the pop/imap
550-server in the last 30 minutes or do not have SMTP Authentication turned on
550 in your email client. (state 14).

muchas gracias por su ayuda

Last edited by uxbod; 03-13-2010 at 07:51 AM..
Reply With Quote
  #2 (permalink)  
Old 03-13-2010, 07:52 AM
Moderator
 
Posts: 7,928
Default

Welcome to the forums

Please post the following information
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname`
__________________
Reply With Quote
  #3 (permalink)  
Old 03-13-2010, 08:49 AM
Active Member
 
Posts: 31
Default

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

Please post the following information
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname`
[correo@mail ~]$ 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
::1 localhost6.localdomain6 localhost6
10.10.0.1 mail.dominio.com mail

[correo@mail ~]$ cat /etc/resolv.conf
search farmedis.com.py
nameserver 10.10.0.1
[correo@mail ~]$ dig mail.dominio.com mx

mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50224
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.dominio.com. IN MX

;; AUTHORITY SECTION:
farmedis.com.py. 8820 IN SOA inet2.telecel.com.py. admin.inet2.proveedor.com. 2010031200 7200 3600 604800 10800

;; Query time: 65 msec
;; SERVER: 10.10.10.0.1#53(10.10.0.1)
;; WHEN: Sat Mar 13 13:36:25 2010
;; MSG SIZE rcvd: 94

[correo@mail ~]$ dig mail.dominio.com any


;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59403
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3

;; QUESTION SECTION:
;mail.dominio.com. IN ANY

;; ANSWER SECTION:
mail.dominio.com. 8580 IN A 200.xx.xx.xx

;; AUTHORITY SECTION:
farmedis.com.py. 8580 IN NS inet2.proveedor.com.
farmedis.com.py. 8580 IN NS inet3.proveedor.com.
farmedis.com.py. 8580 IN NS ns3.proveedor.com.

;; ADDITIONAL SECTION:
ns3.proveedor.com. 1380 IN A ddd.dd.dd.4
inet2.proveedor.com. 1380 IN A ddd.dd.dd.2
inet3.proveedor.com. 1380 IN A ddd.dd.dd.3

;; Query time: 59 msec
;; SERVER: 10.10.0.1#53(10.10.0.1)
;; WHEN: Sat Mar 13 13:36:29 2010
;; MSG SIZE rcvd: 168

[correo@mail ~]$ host mail.dominio.com
mail.dominio.com. has address 200.xx.xx.xx
Reply With Quote
  #4 (permalink)  
Old 03-13-2010, 08:56 AM
Active Member
 
Posts: 31
Default

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

Please post the following information
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname`
[correo@mail ~]$ 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
::1 localhost6.localdomain6 localhost6
192.168.0.200 mail.farmedis.com.py mail

[correo@mail ~]$ cat /etc/resolv.conf
search farmedis.com.py
nameserver 192.168.0.200


[correo@mail ~]$ dig farmedis.com.py mx

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> farmedis.com.py mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58702
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 4

;; QUESTION SECTION:
;farmedis.com.py. IN MX

;; ANSWER SECTION:
farmedis.com.py. 7851 IN MX 10 mail.farmedis.com.py.
farmedis.com.py. 7851 IN MX 30 smtprelay.tigo.com.py.

;; AUTHORITY SECTION:
farmedis.com.py. 7509 IN NS inet3.telecel.com.py.
farmedis.com.py. 7509 IN NS ns3.telecel.com.py.
farmedis.com.py. 7509 IN NS inet2.telecel.com.py.

;; ADDITIONAL SECTION:
mail.farmedis.com.py. 7509 IN A 190.128.186.66
ns3.telecel.com.py. 309 IN A 200.85.32.4
inet2.telecel.com.py. 309 IN A 200.85.32.2
inet3.telecel.com.py. 309 IN A 200.85.32.3

;; Query time: 0 msec
;; SERVER: 192.168.0.200#53(192.168.0.200)
;; WHEN: Sat Mar 13 13:54:20 2010
;; MSG SIZE rcvd: 215

[correo@mail ~]$ dig farmedis.com.py any

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> farmedis.com.py any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21692
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 3, ADDITIONAL: 4

;; QUESTION SECTION:
;farmedis.com.py. IN ANY

;; ANSWER SECTION:
farmedis.com.py. 7811 IN MX 30 smtprelay.tigo.com.py.
farmedis.com.py. 7811 IN MX 10 mail.farmedis.com.py.
farmedis.com.py. 7811 IN A 174.120.172.162
farmedis.com.py. 7469 IN NS inet2.telecel.com.py.
farmedis.com.py. 7469 IN NS inet3.telecel.com.py.
farmedis.com.py. 7469 IN NS ns3.telecel.com.py.

;; AUTHORITY SECTION:
farmedis.com.py. 7469 IN NS ns3.telecel.com.py.
farmedis.com.py. 7469 IN NS inet2.telecel.com.py.
farmedis.com.py. 7469 IN NS inet3.telecel.com.py.

;; ADDITIONAL SECTION:
mail.farmedis.com.py. 7469 IN A 190.128.186.66
ns3.telecel.com.py. 269 IN A 200.85.32.4
inet2.telecel.com.py. 269 IN A 200.85.32.2
inet3.telecel.com.py. 269 IN A 200.85.32.3

;; Query time: 1 msec
;; SERVER: 192.168.0.200#53(192.168.0.200)
;; WHEN: Sat Mar 13 13:55:00 2010
;; MSG SIZE rcvd: 273

[correo@mail ~]$ host mail.farmedis.com.py
mail.farmedis.com.py has address 190.128.186.66
Reply With Quote
  #5 (permalink)  
Old 03-13-2010, 09:11 AM
Moderator
 
Posts: 7,928
Default

You appear to have posted two different /etc/hosts and server names
__________________
Reply With Quote
  #6 (permalink)  
Old 03-13-2010, 09:13 AM
Active Member
 
Posts: 31
Default

nothing else was wrong, the second is the real
Reply With Quote
  #7 (permalink)  
Old 03-13-2010, 09:17 AM
Active Member
 
Posts: 31
Default

you mean this? ----->::1 localhost6.localdomain6 localhost6
Reply With Quote
  #8 (permalink)  
Old 03-13-2010, 09:22 AM
Active Member
 
Posts: 31
Default

I think the dns settings are fine but that is the problem? solves everything to perfection
Reply With Quote
  #9 (permalink)  
Old 03-13-2010, 09:40 AM
Moderator
 
Posts: 7,928
Default

As your Zimbra server is on a private IP address you will need to set up a Split DNS - Zimbra :: Wiki architecture.
__________________
Reply With Quote
  #10 (permalink)  
Old 03-13-2010, 09:56 AM
Active Member
 
Posts: 31
Default

then the current setting is wrong?
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.