diff options
-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 |