Constantine J. Koulis ([EMAIL PROTECTED]) wrote: > ./configure --with-mail-gid=mail --with-cig-gid=nobody > ./configure --with-mail-gid=32010 --with-cig-gid=mailman > ./configure --with-mail-gid=514 --with-cig-gid=mailman > > and still doesnt work.
As far as I can see, you have to declare: --with-mail-gid=32010, but take a look on your httpd.conf to see what is the group under which Apache is running. In my case it's "nogroup", so the correct line would be: ./configure --with-mail-gid=32010 --with-cgi-gid=nogroup > What should i give?Maybe i have to go to a file to change by hand the GID??? Just try one more combination :-) Sincerely, Gour ------------------------------------------------------ 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