On 08/09/2016 06:51 PM, Caesar Samsi wrote: > > When I access the archive via a browser, it shows “Forbidden” > > When I check /var/lib/mailman/archives/public they are all symlinks to > /var/lib/mailman/archives/private which I assume are not allowed to be read.
It is correct that /var/lib/mailman/archives/public/* are symlinks to /var/lib/mailman/archives/private/*. /var/lib/mailman/archives/private/ must be searchable by the web server user. It must be either mode o+x (i.e. drwxrws--x) or owned by the web server user. See <http://www.list.org/mailman-install/node9.html>. If that isn't the answer, see <http://www.list.org/mailman-install/node10.html>. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
