On 12/6/07, Márcio Luciano Donada wrote: > In the file mm_cfg.py just add > # mx:/etc/mailman# cat mm_cfg.py |grep SMTP > SMTP_MAX_RCPTS = 15 > > value SMTP_MAX_RCPTS = 15 is just smtpd_recipient_limit = 15, > > but Defaults.py valeu default is 500, not editing!!!
The values in mm_cfg.py (if any) over-ride those from Defaults.py. Of course, there's still the internal limits in postfix, and there are many other performance related issues that you may also need to resolve. -- Brad Knowles <[EMAIL PROTECTED]> LinkedIn Profile: <http://tinyurl.com/y8kpxu> ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
