|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Postfix overload on a Debian Server
From: Geert Hendrickx (ghen
telenet.be)
Date: Sun Oct 01 2006 - 12:41:56 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
> >
>
> 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.
Or "pgrep -x smtp", or "pgrep -u postfix", that works at least on NetBSD.
Geert
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]