> venus:/var/qmail/bin# /usr/local/bin/tcpserver -R
> -x/etc/tcp.smtp.cdb
>           -c100 -u7791 -g2108 0 smtp \ /var/qmail/bin/qmail-smtpd &
> [1] 30531
> 
> Tcpserver runs and goes into background...
> 
> When a SMTP connection is established...
> 
> venus:/var/qmail/bin# tcpserver: warning: dropping connection,
> unable to run  /var/qmail/bin/qmail-smtpd: file does not exist
> tcpserver: warning: dropping connection, unable to run
> /var/qmail/bin/qmail-smtpd: file does not exist

The extra backslash is the problem; in the original files, it was 
there at the end of the line (suggesting that the line goes on). Now 
it prefixes a space and system is looking for a directory called " " 
(space). Remove it.
--
Petr Novotny, ANTEK CS
[EMAIL PROTECTED]
http://www.antek.cz
-- Don't you know there ain't no devil there's just God when he's drunk.
                                                             [Tom Waits]

Reply via email to