Re: slow mail (sends when qmail restarted)

2000-04-06 Thread Steve Wolfe
Situation: Mail is being delivered very slowly on one of the mailservers running qmail. It speeds up when I do a HUP on qmail-send and kill -ALRM on qmail-send. Seems like it is not triggering before I do mess with qmail-send. The lock/trigger file seems to have the proper permissions. Any

Re: slow mail (sends when qmail restarted)

2000-04-06 Thread Steve Wolfe
What Do The Logs Say? (tm) This is very, very similar to what is happening to us today. QMail is being *very* slow, mostly stopped on both of our servers. When either server is restarted, then qmail will hurry up and send *a few* messages quickly, then just stops doing anything.

Re: slow mail (sends when qmail restarted)

2000-04-06 Thread Markus Stumpf
On Thu, Apr 06, 2000 at 01:47:51PM -0600, Steve Wolfe wrote: Looking in the logs, there were a few deferrals to yahoo, checking ps -aef | grep yahoo gives me 5 entries. So, I set concurrencyremote and concurrency local to 100 on both machines and restarted qmail. No luck. Each time I

Re: slow mail (sends when qmail restarted)

2000-04-06 Thread Uwe Ohse
On Thu, Apr 06, 2000 at 10:12:19PM +0200, Markus Stumpf wrote: For quick queue inspection I use: #!/bin/sh qmail-qread \ | grep -v done \ add -w | grep -E '(remote|local)'

Re: slow mail (sends when qmail restarted)

2000-04-06 Thread Markus Stumpf
On Thu, Apr 06, 2000 at 10:12:19PM +0200, Markus Stumpf wrote: For quick queue inspection I use: [ ... ] Thanks for all the input to enhance my poor little script ;-) Here's a more GNU awk'ish Version, that eliminates everything but the last sort.

Re: slow mail (sends when qmail restarted)

2000-04-06 Thread Steve Wolfe
What does qmail-qstat say? For quick queue inspection I use: I got 1 message waiting to go to yahoo, nothing else. BUT... for fun, I ran "queue-fix", and it fixed ownership/permissions on the lockfile, and wa-la... it works. Thanks for the help. steve

RE: slow mail (sends when qmail restarted)

2000-04-06 Thread Vaz, Len
Thanks to all. Ran 'make check' and voila :-) Yea, to Dave Sill's page -Original Message- From: Markus Stumpf [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 5:15 PM To: Qmail List Subject: Re: slow mail (sends when qmail restarted) On Thu, Apr 06, 2000 at 10:12:19PM