You don't have permission to access /pipermail/ on this server.

Noah admin2 at enabled.com
Sun Apr 23 02:05:01 UTC 2006


On Sun, 23 Apr 2006 02:12:23 +0200, albi wrote
> On Sat, Apr 22, 2006 at 03:46:21PM -0800, Noah wrote:
> 
> > looks like the directories have proper permissions:
> > typhoon# ls -ld /usr/local/mailman/archives/private
> > drwxrws---  103 mailman  mailman  2560 Apr 21 21:49
> > /usr/local/mailman/archives/private
> > typhoon# ls -ld /usr/local/mailman/archives/public/
> > drwxrwsr-x  2 mailman  mailman  1536 Apr 21 21:49
> 
> did you check with :
> /usr/local/mailman/bin/check_perms -f
> 
> ls -la /usr/local/mailman/archives/
> total 8
> drwxrwsr-x   4 root     mailman   512 Apr  4  2005 .
> drwxrwsr-x  20 mailman  mailman   512 Jul 12  2005 ..
> drwxrws--x  89 root     mailman  2048 Mar 13 12:53 private
> drwxrwsr-x   2 root     mailman   512 Apr  5  2005 public
> 
> # pwd
> /usr/local/mailman/archives/private
> 
> drwxrwsr-x   9 root     mailman  1024 Mar 26 03:27 test
> drwxrwsr-x   2 root     mailman   512 Jun 22  2005 test.mbox


Okay thank you for sharing your permissions.  I figured out that my
permissions for /usr/local/mailman/archives/private directory was different
from yours.

after a 'chmod o+x private/' the public and private mailman archives are visible. 

but now when I run the bin/check_perms -f I see the following warning:

--- snip ---

# ./check_perms -f
Warning: Private archive directory is other-executable (o+x).
         This could allow other users on your system to read private archives.
         If you're on a shared multiuser system, you should consult the
         installation manual on how to fix this.
No problems found

--- snip ----

here are the permissions:

--- snip ----

# pwd
/usr/local/mailman/archives
# ls -l
total 6
drwxrws--x  103 mailman  mailman  2560 Apr 21 21:49 private
drwxrwsr-x    2 mailman  mailman  1536 Apr 21 21:49 public

---s nip ---

cheers,

Noah


> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"



More information about the freebsd-questions mailing list