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
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
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
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
-
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
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