Forum Moderators: bakedjake

Message Too Old, No Replies

Unix command

figuring out ports

         

circuitjump

6:42 am on Sep 6, 2002 (gmt 0)

10+ Year Member



Hi all,
Quick question, what command do I use to find out what port my mail server is using?

Thanks

digitalghost

7:06 am on Sep 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



SMTP uses port 25 in most cases. You can always # netstat ­a ¦ grep LISTEN

That will provide service names.

circuitjump

7:13 am on Sep 6, 2002 (gmt 0)

10+ Year Member



Thanks digitalghost.

I really appreciate it! :)