Revision: 8137
          http://svn.sourceforge.net/mailman/?rev=8137&view=rev
Author:   msapiro
Date:     2007-01-06 18:42:42 -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:
--------------
    branches/Release_2_1-maint/mailman/Mailman/Defaults.py.in

Modified: branches/Release_2_1-maint/mailman/Mailman/Defaults.py.in
===================================================================
--- branches/Release_2_1-maint/mailman/Mailman/Defaults.py.in   2007-01-07 
02:41:52 UTC (rev 8136)
+++ branches/Release_2_1-maint/mailman/Mailman/Defaults.py.in   2007-01-07 
02:42:42 UTC (rev 8137)
@@ -377,15 +377,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 = []
 
 # These variables describe the program to use for regenerating the aliases.db


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