> and i've tried test.deliver and it work but when i tried telnet a.b.c.d 25
>  a.b.c.d = my ip number) it shows error msg
> Escape character is '^]'.
> Connection closed by foreign host.
> can somebody help me plz

<cit Frank Tegtmeyer>

You have no SMTP server running:

$ telnet 195.191.36.57 25
Trying 195.191.36.57...
telnet: connect to address 195.191.36.57: Connection refused

Configure your qmail-smtpd (using ucspi-tcp/tcpserver, see the
FAQ). Then your mail should arrive.

</cit>

or in inetd.con
smtp  stream  tcp     nowait  qmaild    /var/qmail/bin/tcp-env   tcp-env
/var/qmail/bin/qmail-smtpd
and
# kill -HUP pid_inetd

hope this help

Rob

Reply via email to