Hi!

I'm running qmail-smtpd from xinetd, and now I need to allow SMTP relay for
the localhost.

I've read FAQ 5.4, and I configured xinetd like this:

service smtp
{
 socket_type     = stream
 protocol        = tcp
 wait            = no
 instances       = 32
 flags           = REUSE
 user            = qmaild
 server          = /usr/sbin/tcpd
 server_args     = /usr/local/qmail/bin/tcp-env /usr/local/qmail/bin/qmail-smtpd
}

In /etc/hosts.allow the RELAYCLIENT has been set:

tcp-env:        127.0.0.1 , 193.6.41.140 : setenv RELAYCLIENT


After all this if I try to telnet to the smtp port, qmail-smtpd doesn't
respond:

% telnet localhost 25
Trying 193.6.41.140...
Connected to hal2000.hal.vein.hu.
Escape character is '^]'.
^]
telnet>

Any suggestion?


-- 
 Czéh István --- [EMAIL PROTECTED] --- http://www.hal.vein.hu/~isti
       To get my PGP public key finger [EMAIL PROTECTED]

Reply via email to