-
Incident report
-
Resolution: Won't fix
-
Major
-
None
-
2.2.2
-
None
-
None
Cannot use net.tcp.service[smtp] to test SMTP if the service is configured to respond to local connections.
This seems more like a design problem, because the SMTP test is assumed to try to connect to $HOST, which will fail because machine will allow only connections to127.0.0.01:25 and not using the the public address of the server.