473,545 Members | 4,241 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SMTP and POP3 inaccessible on Windows Server 2003

4 New Member
I'm a longtime *nix guy and am fairly comfortable "over there" although I am a developer and not a sysadmin, mostly J2EE stuff.

I recently got the Microsoft "Action Pack" as a partner. It has legit licenses for a bunch of Microsft software for development/evaluation purposes. I decided to install Windows Server 2003 - the first time I have ever installed a Windows Server.

I decided to install Apache rather than try to learn IIS, and it works perfectly in my new Server 2003. No problems there.

The next thing was email. Well, Postfix doesn't run on Windows, so I did the obvious and installed the SMTP and POP3 that are "in the box". The install went smoothly. I made no changes to the out-of-the-box defaults. SMTP started automatically. I enabled POP3 and it started up, netstat -na showed ports 25 and 110 both listening.

I did a quick telnet localhost 25 and telnet localhost 110 to see if they were up, and they were. Cool.

SO FAR SO GOOD.

I went to a PC next to my server, and typed telnet 192.168.1.2 25. Connection refused, no contact. same with 110. But telnet to port 80 (Apache) works correctly, however. I can also access the default home page OK with a browser. Try with outlook and it fails to connect.

Why can I not access this SMTP and POP3 service from outside the machine? There is no firewall, Windows Server is about as vanilla an install as you could do, and all the defaults were taken for the SMTP and POP3 install. The server has a fixed IP on my local private network

I must be missing something simple and fundamental, but have been beating my head against the wall for 3 days now.

Postfix on Linux comes up fully configured without a murmur. I had hoped Winows would be as trouble-free.

Chris Gage
Apr 25 '07 #1
5 5074
RedSon
5,000 Recognized Expert Expert
Windows has its own firewall have you disabled its services as well? You don't have to have a third party app to have a firewall with windows.
Apr 25 '07 #2
Chris Gage
4 New Member
Nope, that's not it, Actually that was my first assumption...

I know that Windows XP with Service pack 2 has a firewall but I don't think Server 2003 does, and there is no indication of one running, not in the system tray, not in the task manager, nor do I see evidence anywhere on the machine that there might be some tools to manage one, ie stop, start, configure etc. No mention in Control panel or Administrative Tools.

And I can access the web server, just not the SMTP or POP3.

There must be a simple 10-second fix to this, and boy, am I going to be kicking myself when I find out what it is.... :-)

Or it's back to Linux and Postfix...
Apr 26 '07 #3
RedSon
5,000 Recognized Expert Expert
Nope, that's not it, Actually that was my first assumption...

I know that Windows XP with Service pack 2 has a firewall but I don't think Server 2003 does, and there is no indication of one running, not in the system tray, not in the task manager, nor do I see evidence anywhere on the machine that there might be some tools to manage one, ie stop, start, configure etc. No mention in Control panel or Administrative Tools.

And I can access the web server, just not the SMTP or POP3.

There must be a simple 10-second fix to this, and boy, am I going to be kicking myself when I find out what it is.... :-)

Or it's back to Linux and Postfix...
I'm not sure how the Windows Server 2003 is setup, but I would be willing to bet that there is a firewall running or trying to run somewhere on that machine. I dont think you would be able to easily infer if it was by looking at the process list. The reason you can access the webserver is because that port is open by default if you have IIS installd.
Apr 26 '07 #4
RedSon
5,000 Recognized Expert Expert
Nope, that's not it, Actually that was my first assumption...

I know that Windows XP with Service pack 2 has a firewall but I don't think Server 2003 does, and there is no indication of one running, not in the system tray, not in the task manager, nor do I see evidence anywhere on the machine that there might be some tools to manage one, ie stop, start, configure etc. No mention in Control panel or Administrative Tools.

And I can access the web server, just not the SMTP or POP3.

There must be a simple 10-second fix to this, and boy, am I going to be kicking myself when I find out what it is.... :-)

Or it's back to Linux and Postfix...
if you can ping SMTP and POP3 locally, but not from the netowork, its a firewall or router issue. The rule is, if it works locally but not globally then its the network.
Apr 26 '07 #5
Chris Gage
4 New Member
It turns out you were right. Would you believe that Service pack 1 ships a firewall with everything but port 80 turned off, and no tool to configure it is installed. You have to go to "Add Windows Components" and install the "Security Configuration Wizard" and then run it. Once you have run it, (and it is fairly easy), the ports are opened up and SMTP and POP3 work.
Apr 26 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
13853
by: Andy Turner | last post by:
Hi, I'm trying to setup PHP so it will use a remote SMTP server. I'm going to sound like a newbie but how? I know you need to alter php.ini, change SMTP from localhost to the SMTP server and the address to the correct one but I wondered about passwords? Outlook Express needs a password so how would I do it. Unless anyone has any other...
1
7477
by: Pedro | last post by:
Hi all, a friend using Windows wanted to send mail, but he got timeout errors after editing php.ini Mail section smtp = smtp.server.com sendmail_from = friend@server.com I realized that was because of the need to "POP before SMTP", so I made him a function. It's working ... for his server (and
2
7926
by: Mark Carter | last post by:
I'm trying to create a mail server in Twisted. I either get SMTPSenderRefused or SMTPException: SMTP AUTH extension not supported by server. What do I need to do to get it to work?
3
1339
by: Nicholas Then | last post by:
Is there a way that I can tie into the POP3 server on windows 2003 so that I do not have to run command line applications all the time? Maybe as an API or .NET Assembly?
5
3241
by: Emmett Power | last post by:
Hi, I use Access to send emails through SMTP. I'd like to mirror the process and retrieve emails from my SMTP/Pop3 server without the intermediary of Outlook. I don't want to spend a lot of money on 3rd party applications. Can I do this through code or is there some reason why it is not doable? I've hunted through the net but all I've...
4
2713
by: Ron Vecchi | last post by:
I a runnning w2k3 pop3 mail server that came with iis6. I would like to write an application that progammtically creates the new mailboxes in an already established mail domain. Does anyone know how I would access this funcationality? Thanks, Ron Vecchi
0
1472
by: Christian Hofmann | last post by:
Hello, I am looking for a smtp/imap/pop3-component to build an own mailserver. I searched all the web but the onliest I found were complete mailservers or components to fetch mails via pop3/imap or deliver mails via smtp. Where can I find such components/classes for dotnet. I want to build a windows mailserver that stores all the mails...
3
1454
by: UJ | last post by:
I'm way out of my league here but I'm having problems sending e-mails programmatically. I have a web app that will allow users to have e-mail sent to them (forgotten password/resetting password, ...) When I send it to the same domain as our company, it works fine. When it's outside the company, I get an error message saying '550 not local host...
7
7722
by: oopsbabies | last post by:
Hello everyone, I am using Apache 1.3.33 as the web server and PHP version 4.3.10. My machine is using Windows XP 2002 professional edition which comes with a Windows firewall. I am using McAfee free edition for anti-virus. I use an ISP provider from my country and according to them I do not need to perform authentication while sending...
0
7464
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7396
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7805
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
5968
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3449
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1874
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1012
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
700
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.