Harold Paulson wrote: > >On Nov 8, 2005, at 12:19 PM, Mark Sapiro wrote: > >[deletia] > >> Visit the FAQ wizard >>> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >> and search for performance. > >I am familiar with the optimization tips in the excellent FAQ, and have >used them in the past to configure my MTA (Postfix). I do not believe >this is an MTA issue. If you will review the Mailman logs I posted, >you will see that the delay is almost entirely within the Mailman >queue: > >logs/vette:Nov 08 10:24:25 2005 (91201) held message approved, >message-id: <[EMAIL PROTECTED]> > >logs/post:Nov 08 11:18:45 2005 (3641) post to students from >[EMAIL PROTECTED], size=5383, >message-id=<[EMAIL PROTECTED]>, success > >As you can see, nearly an hour elapsed between the time the message was >approved by a list moderator, and the time Mailman *started* delivery. >I would not expect that the MTA is involved in that part of the >process, at all.
Except that the delay is likely because the OutgoingRunner was slugishly making its way through the "between 80 and 100 .pck files in queue/out at this time", each of which is a separate message to be delivered. The question is why is OutgoingRunner so slow as to create such a backlog or perhaps what happened to dump all these messages into the queue at once. Also, there could be an issue with the qfiles/out directory being physically large even if it only contains a smaller nubmer of entries now, although that should only affect storing new queue entries, not retrieving them. See the post at <http://mail.python.org/pipermail/mailman-users/2005-July/045667.html> for more info on this and some other tips too. -- 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&file=faq01.027.htp