in reply to Re: Code Review: Checking open ports.
in thread Code Review: Checking open ports.

With smtp, helo should elicit a 250 response code, with pop, user postmaster (or other valid login name) should result in a +OK response, and for ftp, a noop should return a 200 response code.

~~
naChoZ

  • Comment on Re: Re: Code Review: Checking open ports.