mailman POSTFIX_STYLE_VIRTUAL_DOMAINS

Chuck Swiger cswiger at mac.com
Fri Apr 13 17:53:52 UTC 2007


On Apr 13, 2007, at 9:00 AM, David Southwell wrote:
> POSTFIX_STYLE_VIRTUAL_DOMAINS = [
> virt1.ain
> virt2.ain
> etc
> ]
> vaild or what?
> are seperating commas required?
> Is there an open/close bracket needed or '\' for end of line?

Separating commas are required, yes, and Python uses the [ ] to  
indicate a list or array of elements, so the close bracket will be  
required.  You shouldn't need to use backslash continuations,  
although you probably could do so if you liked.

-- 
-Chuck



More information about the freebsd-ports mailing list