diff options
| author | msapiro | 2007-01-07 02:41:52 +0000 |
|---|---|---|
| committer | msapiro | 2007-01-07 02:41:52 +0000 |
| commit | 4cb0cb0d790f1d77cdf47a32974c666f2cadfbcd (patch) | |
| tree | 9da4ddbb5040d13a1582110c579d02188a75c3fe /Mailman/Defaults.py.in | |
| parent | 71ffc3db8a0b92dbab2689ae3accf0babb7c7859 (diff) | |
| download | mailman-4cb0cb0d790f1d77cdf47a32974c666f2cadfbcd.tar.gz mailman-4cb0cb0d790f1d77cdf47a32974c666f2cadfbcd.tar.zst mailman-4cb0cb0d790f1d77cdf47a32974c666f2cadfbcd.zip | |
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 554bb1050..49238b3c3 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -376,15 +376,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 = [] # We should use a separator in place of '@' for list-etc@dom2.ain in both |
