On 7/9/2009 9:06 AM, Mark Sapiro wrote:
Mailman does this. If VIRTUAL_HOST_OVERVIEW is on (the default), Mailman
only shows the lists for the url host (domain) on the admin and listinfo
overview pages.

That's the impression that I got.

How do I associate what list is with what URL?

There are two possible issues. List names must be globally unique, and if
you know a list name, you can go to it from any host. E.g. using the
above, http://example.org/mailman/listinfo will show only orglist1 and
orglist2 (assuming they are public), but
http://example.org/mailman/listinfo/netlist1 will work to get netlist1's
listinfo page.

*nod*

I can live with that.  (Or I can block it in Apache.)

You need to have (e.g.) an

add_virtualhost('example.net', 'example.net')

*nod*

directive in mm_cfg.py for each domain, except possibly the
DEFAULT_(URL|EMAIL)_HOST domain if it is properly set by configure in
Defaults.py, so that lists can be properly created.

See the FAQ at <http://wiki.list.org/x/mIA9>.

I'll take a look at the FAQ and see if I have any other questions.



Grant. . . .
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to