On Fri, Jan 26, 2001 at 01:16:53AM -0800, Curtis Collicutt wrote:
> Hi,
> 
> When booting, this message gets sent to the console:
> 
> tcpserver: fatal: unable to figure out port number for
> /var/qmail/bin/qmail-smtpd
> 
> Here is the command I use to start qmail-smtpd with
> tcpserver:
> 
> # start qmtpd with tcpserver
> /usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb -u
> 2850 -g 32750 smtp /var/qmail/bin/qmail-smtpd &
>
Your are missing one argument to tcpserver, the host, use
 /usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb -u
 2850 -g 32750 0 smtp /var/qmail/bin/qmail-smtpd &
              ^^^

Regards, Gerrit.

-- 
[EMAIL PROTECTED]
                                                        innominate AG
                                                 the linux architects
tel: +49.30.308806-0  fax: -77              http://www.innominate.com

Reply via email to