On Jan 21, 2009, at 1:44 PM, Victor Duchovni wrote:
On Wed, Jan 21, 2009 at 01:04:07PM -0500, jeff donovan wrote:
On Jan 21, 2009, at 12:13 PM, Victor Duchovni wrote:
On Wed, Jan 21, 2009 at 10:41:00AM -0500, jeff donovan wrote:
I read the performance tuning http://www.postfix.org/TUNING_README.html
osx doesn't have qshape.
The "qshape" program is a small Perl script. Just download it
and run (as root).
great,..
what flags should I set >?
what should I look for
qshape.pl [ -s ] [ -p ] [ -m <min_subdomains> ] [ -l ]
[ -b <bucket_count> ] [ -t <bucket_time> ] [ -w <terminal_width> ]
[ -c <config_directory> ] [ <queue_name> ... ]
Typically no flags are required:
http://www.postfix.org/QSHAPE_README.html#qshape
just name the queues (default just incoming/active) you want to
examine.
Add the "deferred" queue if the problem is lots of deferred mail.
qshape worked great
I found a couple account names that had issues, and they were
receiving many messages that would bog down the queue.
I made the error of flushing the queue too many times. sending those
offenders right back inline. ( tick tick tick,....more mail would
arrive. )
i rebuilt those accounts, and blammo. mail shot through just fine.
everything working normal.
thanks for your help
-j