Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 07:23:30 -0700
From:      David Southwell <david@vizion2000.net>
To:        freebsd-ports@freebsd.org
Cc:        ports@freebsd.org, Jeffrey Goldberg <jeffrey@goldmark.org>
Subject:   Re: mm_cfg.py entry formating question
Message-ID:  <200704180723.30540.david@vizion2000.net>
In-Reply-To: <E447E7B7-0068-4700-997A-B4BDC3A9FBD9@goldmark.org>
References:  <200704180120.16196.david@vizion2000.net> <E447E7B7-0068-4700-997A-B4BDC3A9FBD9@goldmark.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 18 April 2007 06:48:01 Jeffrey Goldberg wrote:
> On Apr 18, 2007, at 3:20 AM, David Southwell wrote:
> > Could anyone please tell me the correct format for multiple
> > add_virtualhost
> > entries in mm_cfg.py
> >
> > Single is shown as:
> >
> > add_virtualhost('virtualURL', 'virtualmailserver')
> >
> > An example for multiples entries where more than one entry
> > line is required (prefer one url and mailserver pair per line).
>
> add_virtualhost('vhostURL1', 'vhostmailserver1')
> add_virtualhost('vhostURL2', 'vhostmailserver2')
> add_virtualhost('vhostURL3', 'vhostmailserver3')
> add_virtualhost('vhostURL4', 'vhostmailserver4')
>
> vhostURL[1-4] must all be unique, but vhostmailserver[1-4] may
> overlap with each other.
>
> -j

Thank you 
I have found that different elements in the config files seem to have their 
own rules for multiples.. I would be helpful if they had examples of multiple 
entries as well as singles.

Thanks again
David

I



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704180723.30540.david>