I'm sure this is a standard problem, but I haven't found the answer in any of the FAQs or by searching the mailing list archives.
A customer asked that we change archives of an existing list from private to public. That's done, but Mailman still requests a password, even from a new browser with no cookies installed. Apache uses the FollowSymLinks option for public lists, and I have restarted both Apache and Mailman. Here's the Mailman config for apache: # mailman stuff ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ Alias /pipermail/ /usr/local/mailman/archives/public/ <Directory "/usr/local/mailman/archives/public/"> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all AddDefaultCharset Off </Directory> # end mailman stuff Thanks in advance for clues on making archives accessible without a password. dn ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
