On 3/12/19 8:47 AM, Ajay Guleria wrote: >> >> We are using mailman 2.x. We are relaying all mails though a postfix MTA >> server where smtpd_recipeint_limit is 36. On mailman server in logs we are >> getting 452: 4.5.3 Error: too many recipients. Our mailing list has 960 >> members and Ceiling on acceptable number of recipients for a posting value >> is 0. How to resolve this issue?
Set SMTP_MAX_RCPTS to a number less than 36 in Mailman/mm_cfg.py, or perhaps better set VERP_DELIVERY_INTERVAL = 1 Read about these settings in Mailman/Defaults.py -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
