You can't just create the links, you must administer the list through the web administration and set the archives to private or public from there.
Remember though that if set to private, they are no longer accessible by the alias /pipermail/ Anthony On Friday 06 June 2003 11:10, [EMAIL PROTECTED] wrote: > Hello, > > I don't understand why do I have access to archives when they are private > but not when they are public ( I get a "Forbidden You don't have > permission to access ..." error) > > I found that in archives/public I had no link to the private archives of > this list, so I made a ln -s , but it did not resolve my problem. > That was yesterday, today the links I created desappeared. > > I really don't know what to do. > > Below is my httpd.conf: > > <VirtualHost xx.xx.xx.xx> > ServerName mailman.xx.com > DocumentRoot /home/mailman/templates/fr/ > AddHandler cgi-script * > ScriptAlias /mailman/ /home/mailman/cgi-bin/ > Alias /pipermail/ /home/mailman/archives/public/ > User mailman > Group mailman > </VirtualHost> > <Directory /home/mailman/archives/public> > AddDefaultCharset Off > Options FollowSymLinks > order allow,deny > allow from all > </Directory> > > Thank you for any help > > ------------------------------------------------------ > Mailman-Users mailing list > [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: [EMAIL PROTECTED] > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/a.carter%40cordis.lu ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
