mm_cfg.py entry formating question

Jeffrey Goldberg jeffrey at goldmark.org
Wed Apr 18 13:48:04 UTC 2007


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/



More information about the freebsd-ports mailing list