Re: [Mailman-Users] Newlist for virtual host

2004-02-02 Thread Dirk Försterling
John Poltorak wrote: > > It looks as though I need to do something with add_virtualhost in > mm_cfg.py but I haven't quite figured it out yet. > In short, you might have this in mind: DEFAULT_EMAIL_HOST = 'mydom.org' DEFAULT_URL_HOST = 'www.mydom.org' add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAI

Re: [Mailman-Users] Newlist for virtual host

2004-02-02 Thread John Poltorak
On Mon, Feb 02, 2004 at 11:47:00AM +0100, Dirk Försterling wrote: > John Poltorak wrote: > > > > How do I go about creating a new list for a virtual host? > > > > I know I can specify the listname as [EMAIL PROTECTED] and this works > > fine for the web interface but > > Do you mean specifying

Re: [Mailman-Users] Newlist for virtual host

2004-02-02 Thread Dirk Försterling
John Poltorak wrote: How do I go about creating a new list for a virtual host? I know I can specify the listname as [EMAIL PROTECTED] and this works fine for the web interface but Do you mean specifying "[EMAIL PROTECTED]" as "Name of List" on the mailman/create page? -dirk --

[Mailman-Users] Newlist for virtual host

2004-02-02 Thread John Poltorak
How do I go about creating a new list for a virtual host? I know I can specify the listname as [EMAIL PROTECTED] and this works fine for the web interface but I'm not sure how to make the email address of the list to be [EMAIL PROTECTED] Any hints would be appreciated. -- John ---

Re: [Mailman-Users] Newlist for virtual host

2002-05-14 Thread Support
Subject: Re: [Mailman-Users] Newlist for virtual host > On Tue, 14 May 2002 17:42:07 +0100 > Support "Support" <[EMAIL PROTECTED]> wrote: > > > Hi > > > > When i run newlist it does not prompt for which virtual_domain the > > list is &g

Re: [Mailman-Users] Newlist for virtual host

2002-05-14 Thread Raquel Rice
On Tue, 14 May 2002 17:42:07 +0100 Support "Support" <[EMAIL PROTECTED]> wrote: > Hi > > When i run newlist it does not prompt for which virtual_domain the > list is > for. > I am using VIRTUAL_HOST_OVERVIEW=1 but it creates the lists under > DEFAULT_HOST_NAME with > DEFAULT_URL > > Looks like

[Mailman-Users] Newlist for virtual host

2002-05-14 Thread Support
Hi When i run newlist it does not prompt for which virtual_domain the list is for. I am using VIRTUAL_HOST_OVERVIEW=1 but it creates the lists under DEFAULT_HOST_NAME with DEFAULT_URL Looks like another hack needed to make it useable under virtual domains. Mark -