axiom82 Posted August 21, 2009 Share Posted August 21, 2009 I have a dedicated server with SMTP unblocked on port 25 and POP3 unblocked on port 110. In my webmail application (Horde) everything is fine. Email works as expected. In my home computer in Outlook however, I can only receive messages. When I send, I get an error. I can't even open command prompt and telnet example.com 25 though I can telnet example.com 110 just fine. Both of these ports are unblocked in the webmin firewall. My only guess is that the SMTP server doesn't know how to communicate with remote hosts??? I opened an SSH connection to my server and typed in HELO example.com and ELHO example.com and I get nothing. In fact it says: HELO: command not found. Microsoft released this article which seems to address the error number I get with Outlook...however it doesn't in my case. (http://support.microsoft.com/kb/191687) Does anyone know what this means and how to fix it? Thank you! Quote Link to comment Share on other sites More sharing options...
jpiche Posted August 22, 2009 Share Posted August 22, 2009 SSH runs on port 22 and probably give you a shell on the server. I would check your local computer's firewall. If you really want to try it the hard way, use telnet to get a real connection to the server. Quote Link to comment Share on other sites More sharing options...
cpace1983 Posted September 7, 2009 Share Posted September 7, 2009 Judging by what you're saying, it sounds like your ISP is blocking outgoing communications to third party mail servers on port 25. Just to make sure, you can flush the iptables firewall on the Linux server by: iptables -F You can also configure your MTA to listen on another port besides 25. What mail server software are you running? Quote Link to comment Share on other sites More sharing options...
axiom82 Posted September 8, 2009 Author Share Posted September 8, 2009 I am using the latest version of sendmail on a Fedora Core 5 box. Port 25 is open when I run netstat from the command line via SSH. I've tried using port 587 for outgoing via Plesk Control Panel's assistance. I also allowed connections incoming to destination port 587 in the Webmin firewall for this. I configured Outlook to work with outgoing 587 and it still wouldn't work :/ Should I flush the ip tables? Is this similar to flushing dns on a local machine or will this wipe my server firewall configuration? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.