-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Behalf Of Todd
Sent: Wednesday, July 23, 2003 12:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] Strangenesses with URLs in the
admin/listinfopages

I think you want to also set PUBLIC_ARCHIVE_URL.  See the comment in
Defaults.py.  I don't know if you have to recreate the archives or anything
after changing this.  Hopefully someone else will.  Or you can try it and
see.  You should restart the mailman service though, AFAIK.

There might be more on this in the archives too, now that you know to search
for PUBLIC_ARCHIVE_URL.

- --
Todd


---> Todd,
That did it - thank you!  Now my mm_cfg.py looks like:
DEFAULT_EMAIL_HOST = 'domain.tld'
DEFAULT_URL_HOST = 'www.domain.tld'
DEFAULT_URL_PATTERN = 'http://%s:7080/mailman/'
MAILMAN_URL = 'http://www.domain.tld:7080/'
PUBLIC_ARCHIVE_URL = 'http://%(hostname)s:7080/pipermail/%(listname)s'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

 -Don


------------------------------------------------------
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

Reply via email to