diff options
author | msapiro <> | 2007-01-07 02:42:42 +0000 |
---|---|---|
committer | msapiro <> | 2007-01-07 02:42:42 +0000 |
commit | 76bf1d8cfa737a64ab1e65877e71a8ee91eeb08b (patch) | |
tree | fdb88131b44427ce0610a09bff02deb501719c2a /Mailman/Defaults.py.in | |
parent | b02bb1b229badb32dadf07b248fd32c4b03a300c (diff) | |
download | mailman2-76bf1d8cfa737a64ab1e65877e71a8ee91eeb08b.tar.gz mailman2-76bf1d8cfa737a64ab1e65877e71a8ee91eeb08b.tar.xz mailman2-76bf1d8cfa737a64ab1e65877e71a8ee91eeb08b.zip |
Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that the
empty list is the appropriate value if Postfix virtual domains aren't used.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r-- | Mailman/Defaults.py.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 142f5d8f..6a57f527 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -377,15 +377,16 @@ MTA = 'Manual' # 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 |