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.