Telnet & smtp
Pollywog
lists-fbsd at shadypond.com
Sun Sep 16 09:40:33 PDT 2007
On Sunday 16 September 2007 16:28:02 Bill Banks wrote:
> How do I turn on telnet for smtp? Im installing qmail
>
Telnet for SMTP? Are you trying to connect to port 25 (SMTP) using a telnet
client for testing purposes? Don't install telnetd (telnet server), just use
a telnet client:
telnet <hostname> 25
If the SMTP server is running and not blocked by a firewall, you should be
able to connect to it that way on port 25.
More information about the freebsd-questions
mailing list