Daniel/The Fold wrote:

>I was told by my hosting company that I need to pick a mailing list manager 
>for my 14,000+ subscriber e-mail list that would stagger the sending of the 
>email to something like 300 e-mails per hour to lower the impact on the 
>server. I already have Mailman installed, and the entire list currently sits 
>there. Is there any way to do this with Mailman? 

The short answer is no. You can set SMTP_MAX_RCPTS = 300 in mm_cfg.py
(default is 500) and modify the code in SMTPDirect.py to put in a
timer and not send more that one chunk an hour, but I would definitely
not recommend that as it would have all kinds of unintended
consequences.

Have you considered that at 300 per hour, it takes 2 days to deliver
14,000+ messages. If there are posts more often than 1 every 2 to 3
days, you'll get hopelessly backlogged.

Where is this list hosted? Is it on your server or at the hosting
company. If it's your box and you have your own outgoing MTA, this
shouldn't be an issue for the hosting company other than the bandwidth
on your connection if they provide that.

If the list (Mailman) is hosted at the hosting company, isn't this
their problem? Of course perhaps they are solving that by telling you
you can't do that, in which case, it may be time to find a new host.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to