Re: Telnet & smtp

2007-09-16 Thread RW
On Sun, 16 Sep 2007 12:55:02 -0400 "Bill Banks" <[EMAIL PROTECTED]> wrote: > I cant do telnet sarah.ourweb.net 25 > > try it from your > $ telnet sarah.ourweb.net 25 Trying 216.236.255.132... Connected to sarah.ourweb.net. Escape character is '^]'. 220 sarah.ourweb.net ESMTP helo xxx.example.c

RE: Telnet & smtp

2007-09-16 Thread Paul Schmehl
--On September 16, 2007 1:39:52 PM -0400 Bill Banks <[EMAIL PROTECTED]> wrote: im running qmail First of all, stop top-posting. It's very confusing. Second, if you really do have qmail running (did you verify using ps -auxw | grep qmail? that's only one part of troubleshooting your problem

RE: Telnet & smtp

2007-09-16 Thread Bill Banks
Jeffrey Goldberg Sent: Sunday, September 16, 2007 1:34 PM To: Bill Banks Cc: freebsd-questions@freebsd.org Subject: Re: Telnet & smtp On Sep 16, 2007, at 11:55 AM, Bill Banks wrote: > I cant do telnet sarah.ourweb.net 25 It appears that sarah.ourweb.net, 216.236.255.132, isn't

Re: Telnet & smtp

2007-09-16 Thread Jeffrey Goldberg
On Sep 16, 2007, at 11:55 AM, Bill Banks wrote: I cant do telnet sarah.ourweb.net 25 It appears that sarah.ourweb.net, 216.236.255.132, isn't listening on port 25. Hold on, let me do a more complete scan. (If you get indications of a scan from 72.64.112/29 please don't treat is as abus

RE: Telnet & smtp

2007-09-16 Thread Bill Banks
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pollywog Sent: Sunday, September 16, 2007 12:40 PM To: freebsd-questions@freebsd.org Subject: Re: Telnet & smtp 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

Telnet & smtp

2007-09-16 Thread Bill Banks
How do I turn on telnet for smtp? Im installing qmail --- Bill Banks 508-829-2005 Wachusett Programming Ourweb http://www.ourweb.net http://www.ourwebtemplates.com __

Re: Telnet & smtp

2007-09-16 Thread Pollywog
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 25