>>>>> On Thu, 09 Aug 2001 22:46:27 GMT, [EMAIL PROTECTED] said:

> 1016 ?        S      4:30 
>   /usr/local/bin/tcpserver -v -H -uQMAILDUID -gNOFILESGID 0 smtp
>   /var/qmail/bin/qmail-smtpd
> 15498 ?        S      0:44 /var/qmail/bin/qmail-smtpd
> 19168 ?        S      0:00
>   /usr/local/bin/tcpserver -v -H -uQMAILDUID -gNOFILESGID 0 smtp
>   /var/qmail/bin/qmail-smtpd

You've got two problems here:

1. Your setup script is passing the args QMAILDUID and NOFILESGID to
   tcpserver. Try passing $QMAILDUID and $NOFILESGID.

2. Your setup script has spawned tcpserver on port 25 (smtp)
   twice. (Either that, or you've started qmail twice). Those tcpserver
   lines simply show that your server is waiting for a connection on port
   25. The /var/qmail/bin/qmail-smtpd line is the one which shows an open
   connection.
-- 
C:\DOS C:\DOS\RUN RUN\DOS\RUN 
C:\WINDOWS C:\WINDOWS\GO C:\PC\CRAWL

Reply via email to