[Mailman-Users] Public archive doesn't get updated

Jon Carnes jonc at nc.rr.com
Wed Oct 16 20:07:11 CEST 2002


Hmmm... backup the current directory 
   ~mailman/archives/public/<listname> 
and then recreate it as a link pointing to
   ~mailman/archives/private/<listname>

cd /home/mailman/archives/public
mv mylist bak.mylist
ln -s /home/mailman/archives/private/mylist mylist

When you do an "ls -l" in the ~mailman/archives/public/..  directory it
should look something like this:
   mylist -> /home/mailman/archives/private/mylist

Test that out and see if doesn't open up your archives for the world to
see!

Good Luck - Jon Carnes

===
On Wed, 2002-10-16 at 11:43, Drew McCormack wrote:
> 
> On Wednesday, October 16, 2002, at 05:37  pm, Jon Carnes wrote:
> 
> > When you go to the webadmin and look at the Archival Options section -
> > are your archives marked as private or public?
> "public", so that is not it, I guess.
> 
> Drew
> 






More information about the Mailman-Users mailing list