Revision: 8136
          http://svn.sourceforge.net/mailman/?rev=8136&view=rev
Author:   msapiro
Date:     2007-01-06 18:41:52 -0800 (Sat, 06 Jan 2007)

Log Message:
-----------
Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that the
empty list is the appropriate value if Postfix virtual domains aren't used.

Modified Paths:
--------------
    trunk/mailman/Mailman/Defaults.py.in

Modified: trunk/mailman/Mailman/Defaults.py.in
===================================================================
--- trunk/mailman/Mailman/Defaults.py.in        2007-01-06 05:05:11 UTC (rev 
8135)
+++ trunk/mailman/Mailman/Defaults.py.in        2007-01-07 02:41:52 UTC (rev 
8136)
@@ -376,15 +376,16 @@
 
 # If you set MTA='Postfix', then you also want to set the following variable,
 # depending on whether you're using virtual domains in Postfix, and which
-# style of virtual domain you're using.  Set this flag to false if you're not
-# using virtual domains in Postfix, or if you're using Sendmail-style virtual
-# domains (where all addresses are visible in all domains).  If you're using
-# Postfix-style virtual domains, where aliases should only show up in the
-# virtual domain, set this variable to the list of host_name values to write
-# separate virtual entries for.  I.e. if you run dom1.ain, dom2.ain, and
+# style of virtual domain you're using.  Set this to the empty list if you're
+# not using virtual domains in Postfix, or if you're using Sendmail-style
+# virtual domains (where all addresses are visible in all domains).  If you're
+# using Postfix-style virtual domains, where aliases should only show up in
+# the virtual domain, set this variable to the list of host_name values to
+# write separate virtual entries for.  I.e. if you run dom1.ain, dom2.ain, and
 # dom3.ain, but only dom2 and dom3 are virtual, set this variable to the list
 # ['dom2.ain', 'dom3.ain'].  Matches are done against the host_name attribute
-# of the mailing lists.  See README.POSTFIX for details.
+# of the mailing lists.  See the Postfix section of the installation manual
+# for details.
 POSTFIX_STYLE_VIRTUAL_DOMAINS = []
 
 # We should use a separator in place of '@' for [EMAIL PROTECTED] in both


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to