
How do I create different "list creator" passwords for multiple virtualhosts? For example, www.domaina.com and www.domainb.com can have different lists... I want to have different passwords so someone who can admin one cannot admin the other
How do I "link" dissimilar domains? For example, if I have domain.com, domain.net, and myawesomedomain.org and all three URLs lead to the same site, so the lists for one site should show up under the others, be administered the same way, etc.
FWIW, I'm running CentOS 5.8 and mailman-2.1.9-6.el5_6.1
--
- John Oliver http://www.john-oliver.net/ *
*

John Oliver wrote:
This would require running a separate Mailman instance for each host. There is only one list creator password per Mailman instance.
Set
VIRTUAL_HOST_OVERVIEW = Off
in mm_cfg.py. See the documentation in the
##### # Virtual domains #####
section in Defaults.py. However, this may not be what you want as it will "link" all domains in that Mailman instance, not just some.
It seems you may want a separate Mailman instance for each set of related domains.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

John Oliver wrote:
This would require running a separate Mailman instance for each host. There is only one list creator password per Mailman instance.
Set
VIRTUAL_HOST_OVERVIEW = Off
in mm_cfg.py. See the documentation in the
##### # Virtual domains #####
section in Defaults.py. However, this may not be what you want as it will "link" all domains in that Mailman instance, not just some.
It seems you may want a separate Mailman instance for each set of related domains.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
John Oliver
-
Mark Sapiro