Ok, nice discussion..:-)
My conclusion so far: upgrade to 2.1 and use the add_virtualhost in mm_cfg.py.
Does this also mean that you can use the same listname for different virtual 
domains? (e.g. [EMAIL PROTECTED] and [EMAIL PROTECTED])

Grz. Johan


Op donderdag 16 januari 2003 20:22, schreef Raquel Rice:
> On Thu, 16 Jan 2003 11:19:18 -0700
>
> "Richard B. Pyne" <[EMAIL PROTECTED]> wrote:
> > Another very small slice of humble pie...
> >
> > I had my mm_cfg.py file:
> >
> > DEFAULT_URL_HOST=lists.kinfolk.org
> > DEFAULT_EMAIL_HOST=lists.kinfolk.org
> > add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
> >
> > Had to change them to:
> > DEFAULT_URL_HOST = 'lists.kinfolk.org'
> > DEFAULT_EMAIL_HOST = 'lists.kinfolk.org'
> > add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
> >
> > I guess I'm too used to http.conf files where almost nothing needs
> > to be quoted.
> > HOWEVER...
> >
> > >From the web interface:
> >
> > Error: List name must not include "@": [EMAIL PROTECTED]
> >
> > (yes, 71bruins.org IS listed as a virtual host)
> >
> > --Richard
>
> I do it all the time.  I regulary set up new lists on the various
> hosts and the "new list" email goes to the new owner.  So, I wonder
> what you're doing?
>
> Me?
>
> ## In Defaults.py
> DEFAULT_EMAIL_HOST = 'raquel.yellowline.com'
> DEFAULT_URL_HOST = 'raquel.yellowline.com'
>
> ## In mm_cfg.py
> add_virtualhost("lists.thericehouse.net",
> "lists.thericehouse.net")
> add_virtualhost("lists.yellowline.com",
> "lists.yellowline.com")
> add_virtualhost("lists.waveelectrology.com",
> "lists.waveelectrology.com")
> add_virtualhost("lists.campaignfortolerance.org",
> "lists.campaignfortolerance.org")
>
> (sorry for wrapping problems)

-- 
Kind Regards / Met vriendelijke groet,

Johan Barelds,
Good-IT! BV
Strijplaan 320
2285 HZ  Rijswijk(ZH)
Email  [EMAIL PROTECTED]
Tel.   +31(0)70-3965230
Fax.  +31(0)70-3965271
Mob. +31(0)6-54253750


------------------------------------------------------
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to