Hi, I'd like to use qmail with my xinetd but it doesn not work somehow.
If I change to inetd, it works:

/etc/inetd.conf (working):
smtp stream  tcp     nowait  qmaild  /var/qmail/bin/tcp-env
tcp-env /var/qmail/bin/qmail-smtpd

/etc/xinetd.conf (NOT working):
service smtp
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = qmaild
        server          = /var/qmail/bin/tcp-env
        server_args     = tcp-env /var/qmail/bin/qmail-smtpd
}

Can anyone help me, what should I do?
David

Reply via email to