The way Mailman works by default is that it will break the message out by domain. Thus it will send one message to each domain - up to a maximum of 100 folks at one domain, this is set in ~mailman/Mailman/mm_cfg.py.
If there are 14 folks at one domain then only one message will be sent to that domain's Mail server. If there are 140 folks at one domain, then two messages will be sent to that domain's mail server. Bandwidth is not a normal concern for Mail servers since mail is a "store and forward" service. If you have a need for large messages to flow out quickly then bandwidth becomes a concern. Also of concern in that case is tweaking Sendmail and your production environment so that it handles mail as quickly as possible. That being the case, you should look at running Postfix (which comes optimized), and also look at running a caching DNS server on the same machine as Mailman/Postfix. Good Luck! - Jon Carnes On Mon, 2002-12-23 at 15:39, Rob Jolliffe wrote: > Hi everyone, > > I have a bandwidth question. My searches of the archives and google turned > up very little. I did see the one FAQ entry that seemed to deal with this - > but I thought I should ask for clairification. > > Here is my question. [Perhaps it's even more an SMTP question than a mailman > question, if so please point me to the right list or newsgroup.] > > I have a list with 1000 members on Yahoo groups (yech!). I want to move this > list on to my own server. My SMTP server is going to be my ISP's server (I > will be double checking with them) not my own. When I send a 10k message to > the 1000 users, will my Mailman send a single message to the SMTP server > with 1000 addresses attached (or 100 or 50 as per my configuration) or will > it send 1 message per domain with the addresses attached? > > If anyone is running such a list (about 40 to 60 messages per day, maybe 5k > average size, 1000 users) what bandwidth do you find is sufficient. Just > doing the straight math results in a requirement of 1 Mb per minute (174kB > per second) upload speed to deliver messages within a 5 minute window. This > is pretty high bandwidth imho. Does a mailing list really require this kind > of thruput? > > Thanks very much > > -Rob > > ----------------------------------------- > Robert Jolliffe > President, Creative Manufacturing Solutions > Technology Partner, Dynac Inc. > www.creativemfg.ca www.dynactools.ca > > tel (519)585-7524 > > > > ------------------------------------------------------ > 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/ > > This message was sent to: [EMAIL PROTECTED] > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com ------------------------------------------------------ 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/ This message was sent to: archive@jab.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org