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 On 16 Jan 2003 at 9:19, Raquel Rice wrote: > On Thu, 16 Jan 2003 09:51:11 -0700 > "Richard B. Pyne" <[EMAIL PROTECTED]> wrote: > > > > > On 16 Jan 2003 at 8:41, Raquel Rice wrote: > > > > On Thu, 16 Jan 2003 09:24:31 -0700 > > "Richard B. Pyne" <[EMAIL PROTECTED]> wrote: > > > > > > > > I am using 2.1... I still have not found a way to set the list's > > > preferred domain until after the list is created. > > > > > > Please, show me where in the newlist script or the create cgi > > > you can set the domain for the list! > > > > > > --Richard > > > > Have you read the comments in Defaults.py for using > > "add_virtualhost()" in mm_cfg.py? The domain is set when the list > > is created using "newlist" and the proper email is sent to the > > listowner address specified in "newlist". > > > > -- > > Raquel > > > > Eating (a very small piece of) humble pie.... > > > > After I sent my reply, I did find the notes in bin/newlist telling > > how to specify the domain as part of the list name (i.e. > > [EMAIL PROTECTED]). However, the create cgi will not permit including > > the @dom.ain in the list name and therefore defaults to the > > default domain (which mailman appears to allow only to be the > > domain listed in the PTR dns record for the IP address of the > > machine). > > > > --Richard > > > > And I bring you back, once again, to "add_virtualhost()". > > -- > Raquel > ============================================================ > It is hard to fight an enemy who has outposts in your head. > --Sally Kempton > > > ------------------------------------------------------ > 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/rpyne%40kinfolk.org > ------------------------------ Richard B. Pyne, NZ7K [EMAIL PROTECTED] http://pyne.kinfolk.org/rbp2 ------------------------------------------------------ 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