Martin,

You are probably going to need xinetd or tcpserver in the near future 
(qmail expects it's port to be protected against relaying by something 
else and inetd won't do that) since I use xinet.d here's a working set 
of config files for xinetd and tcpwrappers.  The qmail file goes in 
/etc/xinet.d (which should be available for slackware) and allow is 
/etc/hosts.allow for tcpwrappers.

Kenneth

>
>
>I'm quite new in the qmail mta and my question may be stupid or something
>for what I excuse, but here my problem is:
>
>I've just installed the qmail package on my linux (2.2.16) slackware 7.1
>exactly following the instructions in the INSTALL file but the qmail-smtpd
>daemon is not executing correctly. Here are the details:
>
>#############################
>that's my inetd.conf file ->
>
>smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env \
>            tcp-env /var/qmail/bin/qmail-smtpd
>
>#############################
>that's the test command ->
>
>HomePC-bangieff@Bangieff:~$ telnet localhost 25
>Trying 127.0.0.1...
>Connected to localhost.
>Escape character is '^]'.
>Connection closed by foreign host.
>
>#############################
>thet message appears in the syslog file
>
>Jul 15 00:54:24 Bangieff in.identd[1038]: reply to 127.0.0.1: 1061 , 25 :
>USERID : UNIX :bangieff
>Jul 15 00:54:24 Bangieff inetd[84]: pid 1037: exit status 111
>
>anyone can tell me what's wrong?
>thans in advance
>
>


# default: off
# description: The qmail service provide MTA
service smtp
{
        flags                   = NAMEINARGS            
        socket_type             = stream
        wait                    = no
        user                    = qmaild
        server                  = /usr/sbin/tcpd
        server_args             = /var/qmail/bin/tcp-env /var/qmail/bin/qmail-smtpd
        disable                 = no
}
#
# hosts.allow   This file describes the names of the hosts which are
#               allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#
in.telnetd: LOCAL, dsl.sfnc21.pacbell.net
in.ftpd: LOCAL, dsl.sfnc21.pacbell.net
tcp-env: LOCAL,64.169.67.232/255.255.255.248: setenv = RELAYCLIENT

Reply via email to