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 11-19-2008, 05:44 PM
Active Member
 
Posts: 28
Default Help with Multiple Domains?

version 5.10

I had 2 domains working just great till 2 days ago. Not sure what changed but now I can send and receive from 1 domain (graystarr.com) I can send from domain 2 (nuendorocks.com) however I get this error when I try to send mail to domain 2

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

mike@nuendorocks.com

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 sorry, mail to that recipient is not accepted (#5.7.1) (state 14).


Ive been battling this for 2 days now. I have uninstalled and reinstalled several times. Can someone please help?
Reply With Quote
  #2 (permalink)  
Old 11-20-2008, 01:10 AM
Moderator
 
Posts: 7,928
Default

The MX for the two domains are different ... Is this correct ?
Code:
nuendorocks.com.	3600	IN	MX	0 smtp.secureserver.net.
nuendorocks.com.	3600	IN	MX	10 mailstore1.secureserver.net.
__________________
Reply With Quote
  #3 (permalink)  
Old 11-20-2008, 03:07 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

In fact, those two domains appear to be pointing to different IP addresses (and the first one has problems):

Quick Check - Pingability.com
Quick Check - Pingability.com

The usual questions would follow from that, what does the following show (when run on the Zimbra server):

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain1.com mx
dig yourdomain1.com any
dig yourdomain1.com mx
dig yourdomain2.com mx
dig yourdomain2.com any

host `hostname`  <-- use backticks not single quotes.
do the dig for both of the domains and post the output here (and format it with the code symbol above the reply box) to make it readable.

Apart from the DSN message you've posted above, what errors do you see in the Zimbra log files?
__________________
Regards


Bill
Reply With Quote
  #4 (permalink)  
Old 11-20-2008, 08:28 AM
Active Member
 
Posts: 28
Default

Im thinking maybe I need to check godaddy its like i dont have this domain anylonger


[root@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
192.168.20.10 mail.graystarr.com mail


[root@mail ~]# cat /etc/resolv.conf
search graystarr.com
nameserver 192.168.20.10


[root@mail ~]# dig graystarr.com mx

; <<>> DiG 9.2.4 <<>> graystarr.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 2556
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;graystarr.com. IN MX

;; Query time: 1 msec
;; SERVER: 192.168.20.10#53(192.168.20.10)
;; WHEN: Thu Nov 20 11:05:43 2008
;; MSG SIZE rcvd: 31

[root@mail ~]# dig nuendorocks.com mx

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

;; QUESTION SECTION:
;nuendorocks.com. IN MX

;; ANSWER SECTION:
nuendorocks.com. 3600 IN MX 10 mailstore1.secureserver.net.
nuendorocks.com. 3600 IN MX 0 smtp.secureserver.net.

;; AUTHORITY SECTION:
nuendorocks.com. 3600 IN NS ns41.domaincontrol.com.
nuendorocks.com. 3600 IN NS ns42.domaincontrol.com.

;; Query time: 283 msec
;; SERVER: 192.168.20.10#53(192.168.20.10)
;; WHEN: Thu Nov 20 11:06:07 2008
;; MSG SIZE rcvd: 149


[root@mail ~]# dig nuendorocks.com any

; <<>> DiG 9.2.4 <<>> nuendorocks.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54857
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;nuendorocks.com. IN ANY

;; ANSWER SECTION:
nuendorocks.com. 3544 IN MX 10 mailstore1.secureserver.net.
nuendorocks.com. 3544 IN MX 0 smtp.secureserver.net.
nuendorocks.com. 3544 IN NS ns41.domaincontrol.com.
nuendorocks.com. 3544 IN NS ns42.domaincontrol.com.

;; AUTHORITY SECTION:
nuendorocks.com. 3544 IN NS ns41.domaincontrol.com.
nuendorocks.com. 3544 IN NS ns42.domaincontrol.com.

;; Query time: 26 msec
;; SERVER: 192.168.20.10#53(192.168.20.10)
;; WHEN: Thu Nov 20 11:07:03 2008
;; MSG SIZE rcvd: 177


[root@mail ~]# host `hostname`
Host mail.graystarr.com not found: 2(SERVFAIL)
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.