Re: [Mailman-Users] Mailman and C-Panel

2008-07-31 Thread Mark Sapiro
David Andrews wrote: > >I have read here over the years about limitations to Mailman on >c-Panel? What are they? Are they imposed by the hosting >company. Since I will have full access to c-Panel, will I have a >fully functional Mailman available to me. > >Are the limitations mentioned here i

[Mailman-Users] Mailman and C-Panel

2008-07-31 Thread David Andrews
I currently run my own server, a SUN Cobalt RAQ550. Mailman is installed on it and I have full access to everything. Because of aging hardware, etc. I will be replacing everything. I am considering going to c-panel as we also host web sites for parts of a national nonprofit for which we also

Re: [Mailman-Users] How many domain in one list of mailing list?

2008-07-31 Thread Mark Sapiro
Maickel Pandie wrote: > >I have some question. in average, How many domain in one list of >mailing list in your server? because refer to RFC 2821 message always >be sent once for one domain I'm not sure what you think RFC 2821 says, but in the case of Mailman, messages are delivered to the MTA in

Re: [Mailman-Users] MAX_MESSAGE_SIZE limit

2008-07-31 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: >How would I set a MAX_MESSAGE_SIZE to 5MB, for example, for all lists? Or >would this need to be done in the MTA? #!/bin/sh f=`mktemp` echo max_message_size = 5000 > $f cd /path/to/mailman/ for l in `bin/list_lists --bare` ; do bin/config_list -i $f $l done rm $f >I

[Mailman-Users] MAX_MESSAGE_SIZE limit

2008-07-31 Thread hone+mailman
How would I set a MAX_MESSAGE_SIZE to 5MB, for example, for all lists? Or would this need to be done in the MTA? I would leave the DEFAULT_MAX_MESSAGE_SIZE to 40 KB, but don't want list owners to set it to 0 (unlimited). Don Hone Ohio University

Re: [Mailman-Users] Receiving filtered commit messages via a Handler

2008-07-31 Thread Alexander Shopov
> Put the handler in the pipeline before Moderate and set Thanx. Worked like a wonder. al_shopov -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.or