Date: Sat, 22 Apr 2006 18:04:58 -0800 From: "Noah" <admin2@enabled.com> To: albi <albi@scii.nl> Cc: freebsd-questions@freebsd.org Subject: Re: You don't have permission to access /pipermail/ on this server. Message-ID: <20060423020203.M81841@enabled.com> In-Reply-To: <20060423001223.GA31713@ssh.eyfa.org> References: <20060422234621.M99690@enabled.com> <20060423001223.GA31713@ssh.eyfa.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060423020203.M81841>
