Thanks for the response, I appreciate the effort to help figure out what is going on here.
Just to restate: I made two tests and was in fact able to connect to port 25 from the server, but not from a client on the LAN so I have a hard time seeing how my ISP could be blocking me:
From the SME server:
- ssh as root into my SME server
- telnet mysmtpserver.com 25
- it works -- I'm connected, here's the (scrubbed) message
telnet mysmtpserver.com 25
Trying ww.xx.yy.zz...
Connected to mysmtpserver.com.
Escape character is '^]'.
From my windows machine:
- open dos box
- telnet mysmtpserver.com 25
- no joy, connection failed, here's message
telnet mysmtpserver.com 25
Connecting To mysmtpserver.com...Could not open connection to the host, on port 25: Connect failed
OK, so if my ISP was blocking port 25, then I wouldn't be able to connect from the SME server, right?
Any suggestions on how I can monitor what is happening on the server?
Nothing is logged in /var/log/messages, is there some way to turn on verbose logging for ipchains?
Thanks,
Rich