You should read life with qmail, and use tcpserver rather than inetd or
xinetd.
--Pete
On Fri, 23 Feb 2001, jerry wrote:
> I install with Redhat 7.0, but qmail FAQ only has something in inetd.conf, and
>Redhat 7.0 change the file to xinetd.conf, I don't know how to install with it.
>
> jerry
>
> below is the content of xinetd.conf
> #
> # Simple configuration file for xinetd
> #
> # Some defaults, and include /etc/xinetd.d/
>
> defaults
> {
> instances = 60
> log_type = SYSLOG authpriv
> log_on_success = HOST PID
> log_on_failure = HOST RECORD
> }
>
> includedir /etc/xinetd.d
>
>
>