In message <199503100118.UAA20041@u-bet.snackfood.org>,
"D. Shevett" writes:
>Well, i just set up a new mailing list on my system, and i posted a
>test message to it. It seems to have perpetuated fine out,
>but i have 2 questions.
>
>1) Can i configure majordomo to batch mail out things it's handling? At
>the moment, it seems to be generating an instance of sendmail on a per
>message basis, bogging down my little machine a lot. Any way to
>optimize that?
Try using sendmail with the '-odq'option. That queues the message only
and won't send it until a normal queue run. Also there is a patch for
sendmail 8.6.x (in the contrib area fromthe misc tar file) that
replaced the standard load average based queing function with a
channel/connection based function. I have heard from a couple of sites
that have used that to an advantage.
>2) it sees to have left a running pair of processes running. (one may
>be from a previous posting:)
Hmm, try tracking the full parent/child chain. I'll bet a sendmail
somewhere is stoping one of those perls from exiting. You could try
using the -odq mentioned above, or try running sendmail in the
background. You will have to change the perl code since you can't use
the shell to background the sendmail process.
-- John
References:
|
|