On Mon, Mar 13, 2000 at 01:30:59PM -0500, clifford thurber wrote:
 
> smtp   stream  tcp     nowait  qmaild /opt/ucspi/bin/tcpserver -R
> -x/etc/tcp.sm
> tp.cdb -c400 -uUID -g GID 0 smtp /var/qmail/bin/qmail-smtpd

doesn't work.
tcpserver is an inetd replacement, not an inetd add-on.
And anyway, you would have to give tcpserver an additional argument
(argv[0]).

Simple rules: never mix inetd and tcpserver.

 
> smtp    stream  tcp     nowait  qmaild  /var/qmail/bin/tcp-env  tcp-env
> /var/qma
> il/bin/qmail-smtpd

works, but not as reliable as if you call:
/opt/ucspi/bin/tcpserver -R -x/etc/tcp.smtp.cdb -c400 -uUID -gGID \
  0 smtp /var/qmail/bin/qmail/bin/qmail-smtpd
from rc.local or a svscan service.

Regards, Uwe

Reply via email to