View Single Post
  #2 (permalink)  
Old 11-04-2005, 05:39 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default internal/external IP

Note that the refusal is LMTP, not SMTP

mail postfix/lmtp[4676]: 5B67DE4C766: to=, relay=none, delay=0, status=deferred (connect to bustedcamel.com[65.182.69.61]: Connection refused)

Is 65.182.69.61 the address of the box, or is that the public IP of a router? I see the original connection was from 192.168.77.107, which makes me think there's some NAT going on.

Can you go from the mail server to the 65.182.69.61 address, port 7025? (not 25 - 7025). If not, make sure you open that up (just from this host).

(Also - is everything running? If tomcat's not up, that will break things, too. Firewall issues on the box could also break stuff)
Reply With Quote