Jason-
Not terribly bad... because it's fixable!
It sounds like you're using qmail through tcpserver... and you just need to make sure
you /etc/tcp.smtp file exists and has localhost set as a relay client...
% pwd
/etc
% cat tcp.smtp
127.:allow,RELAYCLIENT=""
Then execute the following commands:
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
chmod 644 /etc/tcp.smtp.cdb
Then you should be able to telnet to localhost 25 and be able to issue SMTP commands
and get a greeting, etc.
~Adam
-------- Original Message ---------
Date: Tue, 5 Mar 2002 00:14:24 -0500
From: Jason Tauber <[EMAIL PROTECTED]>
Subject: Re: ns_sendmail errors
On Sun, 3 Mar 2002 22:15:34 -0500, Peter M. Jansson
<[EMAIL PROTECTED]> wrote:
>On 3/3/02 6:56 PM, "Jason Tauber" <[EMAIL PROTECTED]> wrote:
>
>> How do you specify port 25, I thought it was 'telnet localhost:25'?
>
>You're really close. Try "telnet localhost 25". Removing the telnet
daemon
>has no effect here, so don't worry about it -- it's not involved in this
>problem.
Ok so now I tried telnetting to localhost 25 and I get this:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
Is this bad?