RE: [Mailman-Users] Setting up big list.

2003-11-06 Thread Doug Griswold
sendmail NOT to resolve every mail separetely 3. change this in mailman "Defaults.py": SMTP_MAX_RCPTS = 1 SMTP_MAX_SESSIONS_PER_CONNECTION = 0 MAX_DELIVERY_THREADS = 0 Succes, Johan Janssen -Oorspronkelijk bericht- Van: Doug Griswold [mailto:[EMAIL PROTECTED

[Mailman-Users] Setting up big list.

2003-11-05 Thread Doug Griswold
Hey guys, Do you have any suggestions on setting up a big site(100,000-125,000) announce list? Mostly how much memory is recommended from your experience? I thought I had it figured out that I wouldn't need that much memory but have been reading some recent posts that are stating Mailman is a m

Re: [Mailman-Users] Mailman won't work - can you help?

2003-11-02 Thread Doug Griswold
Your apache server is executing the cgi as root. You have run ./configure --with-cgi-gid=apache but it needs to be ./cofigure --with-cgi-gid=root. But this is a bad idea better to change how your webserver is running. It probably should be executing the cgi as group is apache in httpd.conf there

[Mailman-Users] lockfile mtime in future

2003-10-27 Thread Doug Griswold
I have two lock files in /usr/local/mailman/locks one is master-qrunner and the other is master-qrunner.mysite.com:25326 the strange thing is that the MTIME is in the future. Is this normal? If so could someone explain this. This is on mailman 2.1.3 Thanks -

Re: [Mailman-Users] New Mailman Server Setup

2003-10-23 Thread Doug Griswold
It looks like you are going to the wrong url. try www.myserver.com/mailman/admin >>> <[EMAIL PROTECTED]> 10/23/03 07:25AM >>> I have just compiled and installed a copyof mailman-2.1.3 with python-2.2.3 running on a Solaris 8 machine with and apache server every thing appears to be ok except that

Re: [Mailman-Users] mailman upgrade 2.1.3

2003-10-22 Thread Doug Griswold
I made this transisition a while back it was to 2.1.2 it went fairly smoothly. Most of the information was gleaned from the UPGRADING doc in source the section "upgrading individual lists" was very useful. As far I remeber that was basically what I did. Double check your settings after doing thi