Date: Wed, 18 Apr 2007 08:48:01 -0500 From: Jeffrey Goldberg <jeffrey@goldmark.org> To: David Southwell <david@vizion2000.net> Cc: ports@freebsd.org Subject: Re: mm_cfg.py entry formating question Message-ID: <E447E7B7-0068-4700-997A-B4BDC3A9FBD9@goldmark.org> In-Reply-To: <200704180120.16196.david@vizion2000.net> References: <200704180120.16196.david@vizion2000.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 -- Jeffrey Goldberg http://www.goldmark.org/jeff/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E447E7B7-0068-4700-997A-B4BDC3A9FBD9>