Carlos Williams wrote: >> >I deleted the <everyone> list and recreated it with myself as the >admin. It creates fine. >I then start with 3 users (my IT staff) and subscribe them and all >goes well. I then place >a test email to everyone and all 3 users including myself get the >email sent to everyone. >I then add a bunch of email addresses (20) which consist of all my >email accounts that begin >with the letter "A". I subscribe them and place another test email to >everyone and it works. >I then add "B-Z" email addresses which consist of the remaining email >accounts and its about >307 addresses in total and they all subscribe no problem and then the >test emails go straight >to archive. > >What am I doing wrong? Am I hitting a limit or something?
Yes. By default Mailman will send to up to 500 recipients in one SMTP transaction. Your MTA is not accepting that many. Your Mailman smtp-failure log and your MTA logs should have entries telling you this. Set SMTP_MAX_RCPTS = 10 in mm_cfg.py and see if that helps. (please copy any reply to the list) -- 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] 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
