From: Victor Duchovni (no email)
Date: Sun Oct 01 2006 - 11:22:06 EDT
On Sun, Oct 01, 2006 at 02:20:50PM +0200, mouss wrote:
> 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
> >
>
This will count both "smtp" and "smtpd" processes. It will also count
"smtp" processes for both the "relay" and the "smtp" transports, which
in combination can exceed the individual process limits for either.
A better matching rule is required (that looks at the arguments of
the "smtp" server to discriminate between the "smtp" and "relay"
transports (the second has a "-n relay" argument).
-- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.
|
|
|