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
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
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
--
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
---
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
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
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
-