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

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 Display Modes
  #1 (permalink)  
Old 03-05-2006, 05:17 PM
Active Member
 
Posts: 35
Default Can send, but not recieve

OK, I got rid of the port 25 errors, but now I can send email out, but nothing is coming in, any thoughts? I found this in the logs "Mar 5 19:13:53 mail postfix/lmtp[30060]: 4BAAB446FA: to=<3@knix.com>, relay=none, delay=0, status=bounced (Host or domain name not found. Name service error for name=mail.knix.com ty$
Mar 5 19:13:53 mail postfix/cleanup[30042]: 9D80F446F2: message-id=<20060306001353.9D80F446F2@mail.knix.com>"

I ran a email test and this was the outcome "Trying to connect to all mailservers:
mail.knix.com - 61.*.*.* [Could not connect: Could not connect to mail server (timed out).]"

So its not connecting to my mail server, any help?

How can I solve this, I will do anything to get this working?

Last edited by stormchas3r : 03-05-2006 at 06:06 PM.
Reply With Quote
  #2 (permalink)  
Old 03-05-2006, 06:52 PM
Zimbra Employee
 
Posts: 2,073
Default

http://wiki.zimbra.com/index.php?tit..._Mail_Problems
Reply With Quote
  #3 (permalink)  
Old 03-05-2006, 11:49 PM
Senior Member
 
Posts: 54
Default install from vmware

If I bring down the vmware image, should I be able to immediately send emails to users that I have created from the zimbraAdmin? Or do I need to do more configuration?

I have created two users, an dtry to send a email from one to the another. I can log in successfully on both accounts and can see the email in the sent folder, but no mail arrives.

I can see no errors in any of the logs in /opt/zimbra/log

where else should I be looking?

Regards,
Chris
Reply With Quote
  #4 (permalink)  
Old 03-06-2006, 06:15 AM
Active Member
 
Posts: 35
Default

isnt my MTA on the same machine as the zimbramailhost?

To test this, telnet from the MTA to the zimbraMailHost on port 7025 by name (not by IP). If this is resolving to an IP address on your Firewall, make sure the port is forwarded on to the zimbraMailHost.

I checked out the wiki you posted, but still cannot fix this issue.
Reply With Quote
  #5 (permalink)  
Old 03-06-2006, 08:40 AM
Zimbra Employee
 
Posts: 4,784
Default

Quote:
Originally Posted by stormchas3r
isnt my MTA on the same machine as the zimbramailhost?

To test this, telnet from the MTA to the zimbraMailHost on port 7025 by name (not by IP). If this is resolving to an IP address on your Firewall, make sure the port is forwarded on to the zimbraMailHost.

I checked out the wiki you posted, but still cannot fix this issue.
Can you telnet from your IP address to port 7025?

host `hostname`

This will give you an IP. Then try telnet to that IP on 7025.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #6 (permalink)  
Old 03-06-2006, 12:26 PM
Zimbra Employee
 
Posts: 2,073
Default

Quote:
Originally Posted by kiwicmc
If I bring down the vmware image, should I be able to immediately send emails to users that I have created from the zimbraAdmin? Or do I need to do more configuration?

I have created two users, an dtry to send a email from one to the another. I can log in successfully on both accounts and can see the email in the sent folder, but no mail arrives.

I can see no errors in any of the logs in /opt/zimbra/log

where else should I be looking?

Regards,
Chris
vmware image? Not sure what you're referring to - but if it's hosting zimbra, and you bring it down, then mail won't flow.

Mail not being delivered "across" the system usually means that the MX record for the domain is pointing somewhere else - check the wiki for mail routing problems, or disable DNS and set up a relay host.
Reply With Quote
  #7 (permalink)  
Old 03-22-2006, 07:57 AM
Active Member
 
Posts: 33
Default

I'm having a similar issue, can send but not receive. I have also reviewed the WIKI, but as of yet I cannot determine why I cannot receive. I have an outside server in which I can connet to Postfix fine, thus my firewall rules appear to be in place. I see no errors in my logs indicating that postfix is having an issue (no connection refused). Additionally I have verified that I can telnet to the zimbraMailHost on port 7025 and receive a connection from the LMTP server.

I guess the big concern is that I don't see anything in the logs indicating an attempt even. I do have an MX record set up, which is how I am testing Postfix externally (on port 25). I used DNSStuff's email test (http://www.dnsstuff.com) and it confirmed that it could route the email correctly and receive a connection to my mail server. So after doing all that, I must admit I am somewhat at a loss as to what the issue is. I will admit I am in no way a mail expert, so any assistance you can provide for troubleshooting would be greatly appreciated.

Thanks in advance.
Reply With Quote
  #8 (permalink)  
Old 03-22-2006, 08:11 AM
Zimbra Consultant & Moderator
 
Posts: 11,518
Default

Can you also telnet to port 25 from your LAN? Can you send an email through Zimbra by that method? Do you have SElinux installed/active? If you do, disable it. Are you absolutely positive that all the required ports for Zimbra are passed through the firewall?

Have you done a search through the forums for this issue? There's probably more info here at present than in the wiki.
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 03-22-2006, 09:05 AM
Zimbra Employee
 
Posts: 2,073
Default

Here's how I debug this stuff:

open 2 shell windows, plus a mail client for an external mail system ( I use gmail ).

window 1:
tail -f /var/log/zimbra.log | grep postf
window 2:
tail -f /opt/zimbra/log/zimbra.log

Send a mail

Anything in the postfix window? What's the last line postfix logs?

Works best on a system with no traffic, since there's less stuff to sort through.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #10 (permalink)  
Old 03-22-2006, 11:54 AM
Active Member
 
Posts: 33
Default

First, thanks for your response.

Quote:
Originally Posted by phoenix
Can you also telnet to port 25 from your LAN? Can you send an email through Zimbra by that method?
Yes I can. I can send an email by connecting from one server to my Zimbra server, then issuing mail commands, at the connection prompt, to send an email. That gets delivered fine.

Quote:
Originally Posted by phoenix
Do you have SElinux installed/active? If you do, disable it.
Actually initially it was installed and active. To ensure that I ran into no issues, I went ahead and laid down a fresh install of FC4, with SELinux disabled.

Quote:
Originally Posted by phoenix
Are you absolutely positive that all the required ports for Zimbra are passed through the firewall?
Well when one runs into issues, it is never a bad idea to check again. In this case, the only port I imagine I would need, to receive emails, would be port 25 to my Zimbra server. I also have port 110 for POP and 143 for IMAP. I have verified at least port 25 by connecting to my host from an outside server and receiving the connection prompt.

Quote:
Originally Posted by phoenix
Have you done a search through the forums for this issue? There's probably more info here at present than in the wiki.
I have searched, and continue to search, for ideas that might point my in the right direction. The one thing that I keep wondering is if somehow my provider was blocking emails. My assumption, though, is that if that were the case, they would block all incoming, and outgoing, port 25 traffic, which is not the case as I can send emails with no issue.
Reply With Quote
Reply


Thread Tools
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.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0