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
- xinetd SOLVED Fulep David
- xinetd SOLVED Fulep David
- xinetd Eduardo Gargiulo
- Re: xinetd Charles Cazabon
- Re: xinetd David Means
- Re: xinetd Charles Cazabon
- Re: xinetd Frank Tegtmeyer
- Re: xinetd Alessandro De Maria
- Re: xinetd David Means
- Re: xinetd Scott Schwartz
- Re: xinetd David Means
