From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606 Description of problem: The pipermail alias set in /etc/httpd/conf/httpd-mailman.conf is incorrect. By default archives are not available. Version-Release number of selected component (if applicable):2.0.13-1 How reproducible: Always Steps to Reproduce: 1. Install Mailman 2. Fix the redirect line in httpd-mailman.conf to match your system. 3. Add an Include to the bottom of httpd.conf to read in httpd-mailman.conf 4. Restart Apache Actual Results: Clicking on the archives link from the listinfo page for a mailing list gave a 404. Expected Results: It should have linked to the archives Additional info: To fix: Change Alias /pipermail/ /var/mailman/Mailman/Archiver/ to Alias /pipermail/ /var/mailman/archives/public/
This was fixed a while ago, then after the FHS changes it had to be fixed one more time. Current releases now the right directory.