Jump to content

How can I tell what is running on What Port


Recommended Posts

Guest MSUTech
Posted

I had IIS uninstalled.. but, a software package that I am running says that

mail software is running on port 25. I am assuming that is Microsoft's

default smtp server. What is the best way to disable this, without the IIS

running. OR how can I check what is active on all ports?

  • Replies 3
  • Created
  • Last Reply

Popular Days

Guest Pegasus \(MVP\)
Posted

Re: How can I tell what is running on What Port

 

 

"MSUTech" <MSUTech@discussions.microsoft.com> wrote in message

news:6C0A1300-17CA-4AA0-B8AB-369F760B95AC@microsoft.com...

>I had IIS uninstalled.. but, a software package that I am running says that

> mail software is running on port 25. I am assuming that is Microsoft's

> default smtp server. What is the best way to disable this, without the

> IIS

> running. OR how can I check what is active on all ports?

 

Try this:

 

netstat -an -b

Guest MSUTech
Posted

Re: How can I tell what is running on What Port

 

I ran this list.... if #.#.#.#:25 is not listed on the left, does that mean

that the software installation is 'inaccurate' when it says that mail

software is running on port 25?

 

thanks

 

"Pegasus (MVP)" wrote:

>

> "MSUTech" <MSUTech@discussions.microsoft.com> wrote in message

> news:6C0A1300-17CA-4AA0-B8AB-369F760B95AC@microsoft.com...

> >I had IIS uninstalled.. but, a software package that I am running says that

> > mail software is running on port 25. I am assuming that is Microsoft's

> > default smtp server. What is the best way to disable this, without the

> > IIS

> > running. OR how can I check what is active on all ports?

>

> Try this:

>

> netstat -an -b

>

>

>

Guest Brock Hensley
Posted

Re: How can I tell what is running on What Port

 

Is the SMTP service running? If it doesnt show up in netstat.... its not

listening

 

 

"MSUTech" <MSUTech@discussions.microsoft.com> wrote in message

news:E027AFC3-A32F-4806-9C3A-02D32F811DF2@microsoft.com...

>I ran this list.... if #.#.#.#:25 is not listed on the left, does that mean

> that the software installation is 'inaccurate' when it says that mail

> software is running on port 25?

>

> thanks

>

> "Pegasus (MVP)" wrote:

>

>>

>> "MSUTech" <MSUTech@discussions.microsoft.com> wrote in message

>> news:6C0A1300-17CA-4AA0-B8AB-369F760B95AC@microsoft.com...

>> >I had IIS uninstalled.. but, a software package that I am running says

>> >that

>> > mail software is running on port 25. I am assuming that is Microsoft's

>> > default smtp server. What is the best way to disable this, without the

>> > IIS

>> > running. OR how can I check what is active on all ports?

>>

>> Try this:

>>

>> netstat -an -b

>>

>>

>>


×
×
  • Create New...