On Thu, Aug 09, 2001 at 10:46:27PM +0000, [EMAIL PROTECTED] wrote:
>     ps ax | grep qmail-remote
> 
> shows the running processes that are currently sending message, each process
> is a message been sent, ok?

Right.

>     ps ax | grep qmail-smtpd
> 
> show the running processes that are currently arriving, right? But it
> shows:
> 
>  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
> 
> How many messages are arriving? 1, 2 or 3?

One, but whatever script you're using to start qmail-smtpd is screwed up. To
fix it, you probably need to change "-uQMAILDUID -gNOFILESGID" to "-u$QMAILDUID
-g$NOFILESGID".

And when you get things straightened out, you should never have two invocations
of tcpserver running on the same port at the same time (like you do above),
though you can have many qmail-smtpds running at the same time (one for each
incoming SMTP connection).

Chris

PGP signature

Reply via email to