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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
