On 11/30/06, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Is it possible within Mailman 2.1.9 to limit the number of emails sent to > an MTA responsible for delivery so that not all of them are passed on one > connection?
Yes, set SMTP_MAX_SESSIONS_PER_CONNECTION and/or SMTP_MAX_RCPTS in your mm_cfg.py to whichever values you want. SMTP_MAX_RCPTS is probably not important, since you're using full personalization. SMTP_MAX_SESSION_PER_CONNECTION is what you're asking about, however. -- - Patrick Bogen ------------------------------------------------------ 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