Hello all,

I have read the archives regarding slicing the qrunner queues. Mailman here runs on a single system (virtual) along with the local MTA and web server. Our outgoing queue recently got bogged down. I would like to increase the number of queues for the outgoing qrunner to three instead of one.

My question is will I encounter any problems with changing (in mm_cfg.py) the QRUNNERS entry to:

QRUNNERS = [
    ('ArchRunner',     1), # messages for the archiver
    ('BounceRunner',   1), # for processing the qfile/bounces directory
    ('CommandRunner',  1), # commands and bounces from the outside world
    ('IncomingRunner', 1), # posts from the outside world
    ('NewsRunner',     1), # outgoing messages to the nntpd
    ('OutgoingRunner', 3), # outgoing messages to the smtpd (change to three 
'3' queues)
    ('VirginRunner',   1), # internally crafted (virgin birth) messages
    ('RetryRunner',    1), # retry temporarily failed deliveries
    ]

I also plan on performance tuning of the MTA.

Thanks,
Chris
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to