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

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-19-2008, 10:30 AM
Active Member
 
Posts: 49
Question New server can send, cant recieve.

Hi and TIA

I must be missing something here,

I got a zimbra installed on new server, it will replace an aging ms exchange 2000, and the server is up and running, I can send messages but cant recieve, the network has two firewalls, first one is iptables, second one is an ISA 2000.

There are 4 domains on this network (not including the intranet domain) so far only using one for testing before migrating other domains.

The error i'm getting when sending an email to the zimbra hosted domain is:

The original message was received at Thu, 18 Dec 2008 06:38:52 -0800 (PST)
from bX20fXX.virtua.com.br [189.32.247.XXX] (may be forged)

----- The following addresses had permanent fatal errors -----
<user@zimbradomain.com>
(reason: 550 5.7.1 Unable to relay for user@zimbradomain.com)

----- Transcript of session follows -----
... while talking to mail.carlostavares.com.br.:
>>> >>> DATA
<<< 550 5.7.1 Unable to relay for user@zimbradomain.com
550 5.1.1 <user@zimbradomain.com>... User unknown
<<< 554 5.5.2 No valid recipients



The old exchange 2000 server FQDN is mail01.domain.com the new zimbra server is mail02.domain.com. the MX records were only changed in the internal DNS server, as the external information remains the same, so when setting up the zimbra server, one of the first things i did was create a second MX record for the domain, priority 20. once that was done setup went through without a problem, but I could send it, but not recieve it. Once the server was installed, I tested by changing the mx records priority.

I get this error no matter where I send it from, hotmail, gmail, yahoo, other domains. Port 25 was being routed from the first firewall to the second firewall and then to the old exchange 2000 server, I changed it so it would route to the new server, still no go.

In the logs I see

Dec 19 12:06:57 mail02 postfix/smtp[1663]: warning: numeric domain name in resource data of MX record for another_domain.com.br: 200.186.145.XXX
Dec 19 12:07:20 mail02 postfix/smtp[1663]: 170CD2B004A: to=<user@another_domain.com.br:>, relay=200.186.145.XXX[200.186.145.XXX]:25, delay=2334, delays=2311/0/23/0, dsn=4.4.2, status=deferred (lost connection with 200.186.145.XXX[200.186.145.XXX] while receiving the initial server greeting)

So, now I'm wondering what I'm overlooking...

Any imput is apreciated.
Reply With Quote
  #2 (permalink)  
Old 12-20-2008, 04:53 AM
Active Member
 
Posts: 49
Default

/bump

anyone?
Reply With Quote
  #3 (permalink)  
Old 12-22-2008, 05:37 AM
Active Member
 
Posts: 49
Default

bumping this up again, i do belive i have provided a good deal of information about the problem, if anyone has any thoughts on it please let me know.

Thanks
Reply With Quote
  #4 (permalink)  
Old 12-22-2008, 05:42 AM
Moderator
 
Posts: 7,911
Default

Please post the output from
Code:
su - zimbra
zmcontrol -v
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote
  #5 (permalink)  
Old 12-22-2008, 03:51 PM
Active Member
 
Posts: 49
Default out of the office

thanks,

I'm out of the office for a day.. will have to post that tomorow
Reply With Quote
  #6 (permalink)  
Old 12-26-2008, 10:08 AM
Active Member
 
Posts: 49
Default

Sorry for the delay, and thanks for the help
Code:
zmcontrol -v
 Release 5.0.11_GA_2695.UBUNTU8_64 UBUNTU8_64 FOSS edition
Code:
Code:
cat /etc/hosts
127.0.0.1       localhost
192.168.1.16    mail02.marcosjardim.br  mail02
192.168.1.16    mail.carlostavares.com.br mail
# The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts
Code:
cat /etc/resolv.conf
search marcosjardim.br
search carlostavares.com.br
nameserver 192.168.1.18
Code:
dig yourdomain mx
; <<>> DiG 9.4.2 <<>> carlostavares.com.br mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22289
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;carlostavares.com.br.          IN      MX
;; ANSWER SECTION:
carlostavares.com.br.   3600    IN      MX      10 mx.carlostavares.com.br.
;; ADDITIONAL SECTION:
mx.carlostavares.com.br. 3600   IN      A       200.186.145.197
;; Query time: 0 msec
;; SERVER: 192.168.1.18#53(192.168.1.18)
;; WHEN: Fri Dec 26 14:53:08 2008
;; MSG SIZE  rcvd: 73
Code:
dig yourdomain any
; <<>> DiG 9.4.2 <<>> carlostavares.com.br any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56817
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;carlostavares.com.br.          IN      ANY
;; ANSWER SECTION:
carlostavares.com.br.   3600    IN      NS      dns1.carlostavares.com.br.
carlostavares.com.br.   3600    IN      SOA     mail01.marcosjardim.br. admin.marcosjardim.br. 24 900 600 86400 3600
carlostavares.com.br.   3600    IN      MX      10 mx.carlostavares.com.br.
;; ADDITIONAL SECTION:
dns1.carlostavares.com.br. 3600 IN      A       200.186.145.197
mx.carlostavares.com.br. 3600   IN      A       200.186.145.197
;; Query time: 0 msec
;; SERVER: 192.168.1.18#53(192.168.1.18)
;; WHEN: Fri Dec 26 14:53:49 2008
;; MSG SIZE  rcvd: 17
0

Code:

host `hostname`
Host mail02 not found: 2(SERVFAIL)

Last edited by phoenix; 12-26-2008 at 10:46 AM..
Reply With Quote
  #7 (permalink)  
Old 12-26-2008, 10:52 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

You need to set-up a Split DNS on your LAN. You should also have just one enrty for your Zimbra server (and the loopback IP) that is the FQDN of your server and the DNS records should point to the address of your server as per the article.
__________________
Regards


Bill
Reply With Quote
  #8 (permalink)  
Old 12-27-2008, 06:28 AM
Active Member
 
Posts: 49
Default

Quote:
Originally Posted by phoenix View Post
You need to set-up a Split DNS on your LAN. You should also have just one enrty for your Zimbra server (and the loopback IP) that is the FQDN of your server and the DNS records should point to the address of your server as per the article.
any info as to how to set this up on a windows server? zimbra is the only linux server on this network, and just to make sure, what will happen to this split domain after i take the old server out of the game?

Thanks
Reply With Quote
  #9 (permalink)  
Old 12-27-2008, 07:09 AM
Active Member
 
Posts: 49
Default

Quote:
Originally Posted by rslrdx View Post
any info as to how to set this up on a windows server? zimbra is the only linux server on this network, and just to make sure, what will happen to this split domain after i take the old server out of the game?

Thanks
I just read the article, it says I need to setup the dns server on the mail host itself, I guess I jumped to conclusions a bit too soon. Will post results
Reply With Quote
  #10 (permalink)  
Old 12-27-2008, 07:59 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Quote:
Originally Posted by rslrdx View Post
I just read the article, it says I need to setup the dns server on the mail host itself, I guess I jumped to conclusions a bit too soon. Will post results
You can set-up a split domain using any DNS server in your LAN, the article is just shows one method of doing it.
__________________
Regards


Bill
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.