[Mailman-Users] Mailman + MhonArc problems

Marilyn Davis marilyn at deliberate.com
Thu Apr 24 18:20:01 CEST 2003


Well, my solution wasn't so well tested.  I'm now running with a
simpler solution:

ARCHIVE_TO_MBOX = 2
PRIVATE_EXTERNAL_ARCHIVER = 'mhonarc -add -outdir /usr/local/mailman/archives/private/%(listname)s
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/"

---

But, I did this by hand:

ln /usr/local/mailman/archives/private/%(listname)s/maillist.html /usr/local/mailman/archives/private/%(listname)s/index.html

MHonArc expects to find maillist.html and mailman expects to find
index.html.  Now both are happy in all circumstances.  Maybe this is more
robust.

Marilyn







More information about the Mailman-Users mailing list