Richard George <[EMAIL PROTECTED]> wrote:

>I tried to telnet but get the following 
>
>r.george> telnet george 25
>Trying 193.197.64.64...
>Connected to george.ul.bawue.de.
>Escape character is '^]'.
>Connection closed by foreign host.
>r.george> 
>
>I start qmail-smtp with the following (1) line in the inetd.conf
>
>smtp stream tcp nowait qmaild /usr/sbin/tcpd /var/qmail/bin/tcp-env tcp-env
>/var/qmail/bin/qmail-smtpd
>
>Anyone offer any help?

Do a "killall -HUP inetd" and check your logs for message from
inetd. Make sure that:

    /usr/sbin/tcpd
    /var/qmail/bin/tcp-env
    /var/qmail/bin/qmail-smtpd

are still there, intact, executable, and working properly. Verify that 
smtp is still defined as port 25 in /etc/services.

-Dave

Reply via email to