Reagrding Port 25 And 110

alexmartin

Member
Joined
Aug 11, 2011
Messages
22
Location
Bengaluru
Hi,

In my Windows 2008 VPS I have opened the port 25 and 110 in my server Windows firewall. But it doesn't get working. Finally I found the SMTP service is not running on Services so I have started this server to get the port is working. But I couldn't find the services which is related to port 110 to enable it.

Can anyone guys please let me know how I get it work.

Thanks in advance.
 
you will need to port forward unless you have a DMZ setup..

have you setup port forwarding for both ports? and what protocol are the ports? TCP, UDP?
 
I am newbie in windows. I am not sure what is the DMZ setup. Can you please explain in brief about this.

Nope. I haven't setup port forwarding for both ports. Both are tcp protocol. Also the port 25 is not working before I have started the SMTP service.
 
port 25 is SMTP.. and i know some VPS services dont actually require port forwaring.

just forward both ports to your server to start with...im not to familar with VPS but i can help you until it becomes an problem with the VPS config itself
 
you need to access your router configuration? do u know how to do that??

what kind of router have you got

go to start, run (or in win7 vista etc its in the search box) type cmd

then type ipconfig /all and find your default gateway for your active question

now type that in your web browser..

ie.. http://192.168.0.1
 
Before checking port forwarding, type on your windows server's command prompt:

Code:
netstat -an |find /i "listening"

Check if there's something which ends with ":110".

If not, tell me what program are you using as mailserver.
 
Back
Top