From: mouss (no email)
Date: Sun Oct 01 2006 - 08:20:50 EDT
Huby franck wrote:
>>
> I've tried with the defaults
> And with a limit of 50 for the smtp and the relay in the master.cf.
> In the twice my server freeze.
>
> For monitoring i've do :
> while 1
> do
> ps aux | grep smtp | wc -l
>
Nice try. Let me try too:
# ps -aux | grep smtp
... /usr/pkg/sbin/clamsmtpd -p /var/run/clamsmtpd.pid
...
Find a better way to count your postfix processes...
Try grep "^postfix" if these processes run as postfix, and no other
processes run as postfix.
|
|
|