-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Márcio Luciano Donada wrote: > Hi, > Now I have the mail server using debian etch with postfix. This same > server have installed mailman and I have noticed that many times the > mailman take long to deliver messages, sometimes even more than an > hour. I wonder what you have when using the same e-mail server has the > mailman to manage mailing lists. > > # postconf -n <snip> > smtpd_recipient_limit = 10
What do you have in mm_cfg.py for SMTP_MAX_RCPTS? The default is 500 and if you do not have VERP_DELIVERY_INTERVAL = 1 or personalization to cause Mailman to send individual messages, you may be sending more recipients per transaction than Postfix will accept causing multiple retries. Also see <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.004.htp> for much more. - -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iD8DBQFHVsxmVVuXXpU7hpMRAt7BAKDmz4brBkxLIpMfGyPlITtgYj0RKwCgnq/f kSyBezZZ3xPkep8M1lDALDo= =rjOw -----END PGP SIGNATURE----- ------------------------------------------------------ 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
