Jim Popovitch wrote: >I would like to move the pipermail archives to a different host then the >main Mailman system. Specifically for better archive searching >performance with htdig. Is this possible?
You have basically two issues. One is getting the archived messages onto the other host, and the other is accessing them. To get messages archived on (call it) archives.example.com, you could have Mailman installed and running there. Then, for each list, you could have the active version, say [EMAIL PROTECTED] be your normal list with the addition of [EMAIL PROTECTED] as a member and archiving turned off. Then you set up [EMAIL PROTECTED] with [EMAIL PROTECTED] as the only member (with delivery and password reminders disabled, to accept the relayed posts) and with the archive settings you want. There are probably other ways to do this using external archiver settings on lists.example.com or by having archives on both hosts and using rsync to update the archives host, but the above seems simple enough. Assuming you're doing the first method, you probably want to set ARCHIVE_TO_MBOX = -1 in mm_cfg.py on lists.example.com so the archiver doesn't do any archiving at all. Then you can put your own pages in archives/private/<listname>/index.html on lists.example.com. These pages could redirect to the corresponding archive on archives.example.com. Also, for public archives, you could set PUBLIC_ARCHIVE_URL in mm_cfg.py on lists.example.com to point to archives.example.com. I haven't thought about this a lot. There may be other (better) ways. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.004.htp> for some additional info. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp