View Single Post
  #3 (permalink)  
Old 08-28-2006, 04:29 AM
koby koby is offline
Active Member
 
Posts: 40
Unhappy

Quote:
Originally Posted by koby
Hi, I have zimbra in my company and sending/receiving emails works good if these are internal emails. Sending external emails (for example to user@gmail.com) works good also, but receiving emails from outside the company doesn't work!!!
The zimbra server (192.168.0.90) receives the emails from outside but doesn't send these mails to the users accounts. For example, sending an email from user@gmail.com (outside) to xxxx@mail.xxx.com (inside my company) the /var/log/zimbra.log says this:
Aug 28 10:59:56 localhost postfix/lmtp[28357]: 3F75C17E5FB:
to=xxxx@mail.xxx.com, relay=none, delay=0, status=bounced (Host or domain name not found. Name service error for name=localhost.localdomain type=A: Host not found)
After that the Zimbra Mail delivery system sends a post reply with the error to user@gmail.com:
The Postfix program
xxxx@mail.xxx.com: Host or domain name not found. Name service error for
name=localhost.localdomain type=A: Host not found


Final-Recipient: rfc822; xxxx@mail.xxx.com
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error
for name=localhost.localdomain type=A: Host not found
I see the zimbra server is looking for himself?? (name=localhost.localdomain type=A: Host not found) Zimbra should be looking for mail.xxx.com instead of localhost.localdomain no? But I can't change the hostname in zimbra...

In my /etc/hosts I have:
127.0.0.1 localhost.localdomain localhost
192.168.0.90 mail.xxx.com fedora
but I don't sure if is it correct...


I can't see what I'm doing wrong...I'm dude

Sorry... The true thread is this THE THREAD
Reply With Quote