Date: Mon, 29 Aug 2005 19:08:13 -0400 From: Chuck Swiger <cswiger@mac.com> To: Gary Kline <kline@tao.thought.org>, freebsd Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: setting up 2 VIRTUAL_HOSTS under mailman. Message-ID: <4313955D.9050507@mac.com> In-Reply-To: <20050829222107.GA41702@thought.org> References: <20050829222107.GA41702@thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Gary Kline wrote: > If none of the mailman gurus here want to bother with it, > ok, I'll re-singup to the mailman lists. I just want to > set up two virtual lists. I can usually get more out of > reading the src code than the documentation, and > Mailman/Defaullts.py was > > VIRTUAL_HOSTS={} > > into which I added {'foo.thought.org', 'bar.thought.org'} The comment before explains: # Set up your virtual host mappings here. This is primarily used for the # thru-the-web list creation, so its effects are currently fairly limited. # Use add_virtualhost() call to add new mappings. The keys are strings as # determined by Utils.get_domain(), the values are as appropriate for # DEFAULT_HOST_NAME. ...so: VIRTUAL_HOMES={'foo.thought.org': 'realname.thought.org', 'bar.thought.org': 'realname.thought.org'} ...where realname is the hostname of the listserver machine running Mailman. You can probably use regexs like '*.thought.org' as a key, too. -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4313955D.9050507>