0

I started sendmail at port 25. Then started lamson (another SMTP server) at port 25. They both worked. Why they can listen to the same port?

Bruce Dou
  • 4,673
  • 10
  • 37
  • 56

1 Answers1

2

Only one application can listen once on a port.

paulgavrikov
  • 1,883
  • 3
  • 29
  • 51