George Barnett wrote:
>
>We have the following relevant options set:
>
>QRUNNERS = [
>     ('ArchRunner',     4), # messages for the archiver
>     ('BounceRunner',   2), # for processing the qfile/bounces directory
>     ('CommandRunner',  1), # commands and bounces from the outside world
>     ('IncomingRunner', 4), # posts from the outside world
>     ('NewsRunner',     1), # outgoing messages to the nntpd
>     ('OutgoingRunner', 4), # outgoing messages to the smtpd
>     ('VirginRunner',   1), # internally crafted (virgin birth) messages
>     ('RetryRunner',    3), # retry temporarily failed deliveries
>     ]

I doubt this is the whole problem, but the number of slices must be a
power of two even though this isn't checked - i.e., your configuration
will be accepted, but there may be issues with the retry queue.

Also, you said later in the thread that processes don't seem to be
failing. I assume you've checked both Mailman's 'error' and 'qrunner'
logs and also 'ps' when you have a problem to see that all the runners
are still there.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to