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 from non-members), into pipermail?
How about something that steps through each list's list_members, extracts their Mailman password, runs that (their Mailman password) through htpasswd, appends to an htaccess file, which you'd then use for authorization against a <LocationMatch> rule in Apache (or the equivalent in nginx) -- LocationMatch, so you can use regexp for the filename to correspond to the listname. Cron it, and problem "solved"? A -- "I am invariably puzzled by the attitude of Oxbridge to its ecclesiastical past. Hearing grace recited before dinner by people you know don’t believe a word of it seems to be considered quite normal." -- David Colquhoun ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org