[Mailman-Users] 3rd REPOST: File Ownerships

Orion (Steve Pirk) orion at deathcon.com
Fri Mar 9 02:18:44 CET 2001


Have you run the "set group sticky bit" commands?
The files should be: 
ls -l /home/mailman/lists/somelist/request.db
-rw-rw-r--   1 mailman  mailman         2 Mar  7 17:00 request.db
And the directory permissions should be:
drwxrwsr-x  10 mailman  mailman      1024 Mar  8 14:32 lists/
and
drwxrwsr-x   2 mailman  mailman      1024 Mar  8 17:00 somelist/

The commands run (as root) are:
(assuming mailman installed in /home/mailman)
cd /home/mailman
chgrp mailman . (or chgrp -R mailman . if post install change)
chmod a+rx,g+ws . (or chmod -R a+rx,g+ws . if post install change)

I am not sure if running the chmod a+rx,g+ws will modify the files
if run after installation. Since this command is meant to be run
before install, I am not sure what effect it will have on the existing
files.

Let us know if this hel;ps at all. I have never seen a situation where
the webserver could not access the mailman files... Also, make sure
the following is in your webserver config for the domain that you
run the web interface under:
ScriptAlias /mailman /home/mailman/cgi-bin

Steve
orion at deathcon.com Owner/Admin
deathcon.com - pirk.com 
webops.com - disclaimer.com 

On Thu, 8 Mar 2001, Ashley M. Kirchner wrote:

> 
> 	Okay, this is now the third time I'm posting this and no one has come
> up with a reason, nor solution for this yet.
> 
> 	My mailman installation has all of the files owned by mailman.mailman,
> however when you log in through the admin interface, it'll blow up
> saying that it doesn't have permission to access the request.db and t he
> only way to fix that is to change the ownership to the httpd daemon
> (httpd.daemon).  However, what the checkdb crontab runs, it blows up
> because that same file is not owned by mailman.mailman.  What gives?
> 
> 	AMK4
> 
> --
> H | Hi, I'm currently out of my mind.  Please leave a message.  BEEEEP!
>   |____________________________________________________________________
>   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   Ashley M. Kirchner <mailto:ashley at pcraft.com>   .   303.442.6410 x130
>   Director of Internet Operations / SysAdmin    .     800.441.3873 x130
>   Photo Craft Laboratories, Inc.             .        eFax 248.671.0909
>   http://www.pcraft.com                  .        3550 Arapahoe Ave, #6
>   .................. .  .  .     .            Boulder, CO 80303, U.S.A.
> 
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users
> 





More information about the Mailman-Users mailing list