Re: [Mailman-Users] Restricting access to the pipermail archives

2015-08-26 Thread Stephen J. Turnbull
Billy Crook writes: > The part below here, is what I think I can just remove since I don't > want public archives provided via pipermail. (Just private archives > via the mailman path.) > > Alias /pipermail/ /var/lib/mailman/archives/public/ Ah, OK, yes, you can remove that part.

Re: [Mailman-Users] Restricting access to the pipermail archives

2015-08-26 Thread Billy Crook
On Tue, Aug 25, 2015 at 9:28 PM, Stephen J. Turnbull wrote: > > Billy Crook writes: > > > Any reason I should keep pipermail's config in apache around if I don't > > want the list archives viewable anonymously? > > Mailman doesn't serve HTTP, Apache does. The Apache config is what > makes them

Re: [Mailman-Users] Restricting access to the pipermail archives

2015-08-25 Thread Stephen J. Turnbull
Billy Crook writes: > Any reason I should keep pipermail's config in apache around if I don't > want the list archives viewable anonymously? Mailman doesn't serve HTTP, Apache does. The Apache config is what makes them viewable on the web. If you expect them to be viewable to subscribers, you

Re: [Mailman-Users] Restricting access to the pipermail archives

2015-08-25 Thread Billy Crook
Awesome! Thanks Mark! That worked exactly as you described! Any reason I should keep pipermail's config in apache around if I don't want the list archives viewable anonymously? On Thu, Aug 20, 2015 at 1:42 PM, Mark Sapiro wrote: > On 08/20/2015 11:26 AM, Billy Crook wrote: > > It is not clear

Re: [Mailman-Users] Restricting access to the pipermail archives

2015-08-20 Thread Mark Sapiro
On 08/20/2015 11:26 AM, Billy Crook wrote: > It is not clear to me that archive_private controls access to the archive. It does. Try it. If archive_private is 'public' there is a symlink from archives/public/listname to archives/private/listname and a URL like http://example.com/pipermail/listna

Re: [Mailman-Users] Restricting access to the pipermail archives

2015-08-20 Thread Billy Crook
It is not clear to me that archive_private controls access to the archive. My understanding is that archive_private is used to inform mailman that the email addresses visible in the archive should be presented differently depending if the archive will be made publicly accessible or not. i.e. mung

Re: [Mailman-Users] Restricting access to the pipermail archives

2015-08-20 Thread Adam McGreggor
On Thu, Aug 20, 2015 at 09:08:43AM -0700, Mark Sapiro wrote: > On 08/19/2015 11:43 PM, Billy Crook wrote: > > I want to give my users archives, but require authentication to access the > > archives. They should not be accessible to non-members. > > > > How can I tie mailman's existing authenticat

Re: [Mailman-Users] Restricting access to the pipermail archives

2015-08-20 Thread Adam McGreggor
On Thu, Aug 20, 2015 at 01:43:27AM -0500, Billy Crook wrote: > I want to give my users archives, but require authentication to access the > archives. They should not be accessible to non-members. > > How can I tie mailman's existing authentication (which can for example > conceal the member list

Re: [Mailman-Users] Restricting access to the pipermail archives

2015-08-20 Thread Mark Sapiro
On 08/19/2015 11:43 PM, Billy Crook wrote: > I want to give my users archives, but require authentication to access the > archives. They should not be accessible to non-members. > > How can I tie mailman's existing authentication (which can for example > conceal the member list from non-members),

[Mailman-Users] Restricting access to the pipermail archives

2015-08-20 Thread Billy Crook
I want to give my users archives, but require authentication to access the archives. They should not be accessible to non-members. How can I tie mailman's existing authentication (which can for example conceal the member list from non-members), into pipermail?