Eric Fletcher <[EMAIL PROTECTED]> wrote:

>>>I get the following message when I telnet in
>>>
>>>grep: /var/qmail/defaultdelivery/rc: No such file or directory
>>
>>Wait a minute...you get that when you telnet to port 25? That's not
>>good...
>
>No, just telnet in on port 23. The message is displayed as if it were
>the logon greeting.

Oh. Hmm. Does this happen for other users?

Run the following as root:

  find / -type f -exec grep defaultdelivery {} /dev/null \;

That should identify the source of the message. Obviously,
/var/qmail/rc should contain a match. Anything else is suspect.

-Dave

Reply via email to