[Mailman-Users] Mailman + MhonArc problems

Marilyn Davis marilyn at deliberate.com
Thu Apr 24 00:55:36 CEST 2003


On Wed, 23 Apr 2003, Doug Roberts wrote:

> Hi all -
> 
> Using version 2.1.1 of Mailman, I'm having the following symptoms:

I don't know how to debug your problem but I just got it working nicely
by putting this into my mm_cfg.py:

ARCHIVE_TO_MBOX = 2
PRIVATE_EXTERNAL_ARCHIVER = 'mhonarc -add -outdir /usr/local/mailman/archives/private/%(listname)s;mv /usr/local/mailman/archives/private/%(listname)s/maillist.html /usr/local/mailman/archives/private/%(listname)s/index.html'
PUBLIC_EXTERNAL_ARCHIVER = PRIVATE_EXTERNAL_ARCHIVER;
ARCHIVE_SCRUBBER = 0
ARCHIVER_OBSCURES_EMAILADDRS = 0
PUBLIC_ARCHIVE_URL = 'http://%(hostname)s/archives/%(listname)s'

---

And into my httpd.conf I added:

Alias /archives/ "/usr/local/mailman/archives/public/"

---

It seems to work beautifully for my virtual domains for public and private
lists.  Notice that I put the mhonarc archives where the pipermail archives
would have been so that the private/public option comes for free.

I hope this helps.

Marilyn Davis






More information about the Mailman-Users mailing list