Bob Perez wrote

>What does "ls -ld /var/lib/mailman/archives/private" show?
>  Answer: "drwxr-x--- 6  root mailman 160 June 22 13:50 
> /var/lib/mailman/archives/private"


chmod 2771 /var/lib/mailman/archives/private

should fix the problem. The mailman group needs write access to this
directory and it should be SETGID so new subordinates are created whit
group mailman. If multiple users have access to the file system on
this server and you are concerned that they might be able to see
private list archives, then do

chmod 2770 /var/lib/mailman/archives/private
chown xxx:mailman /var/lib/mailman/archives/private

where xxx is the user that the web server runs as.


>What does "ls -l /usr/lib/mailman/cgi-bin/create" (assuming that's the
>correct path to the create wrapper) show?
>  Answer:  I have no directory called "create" in the 
> /var/lib/mailman/directory structure


How about "/usr/lib/mailman/cgi-bin/create"?

-- 
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to