aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2010-05-12 15:04:17 -0700
committerMark Sapiro <mark@msapiro.net>2010-05-12 15:04:17 -0700
commita69957a9678e452c66fae52aafb1f5de939f1dc4 (patch)
tree62d434fee426a66f2805e9d583b79e53982b5bfd
parentb66541fe5cec84b9c9306c55da313a5e2e0f466e (diff)
downloadmailman2-a69957a9678e452c66fae52aafb1f5de939f1dc4.tar.gz
mailman2-a69957a9678e452c66fae52aafb1f5de939f1dc4.tar.xz
mailman2-a69957a9678e452c66fae52aafb1f5de939f1dc4.zip
Added a bit more documentation for VIRTUAL_MAILMAN_LOCAL_DOMAIN.
Diffstat (limited to '')
-rw-r--r--Mailman/Defaults.py.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 5702f0e1..db75971d 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -412,6 +412,11 @@ POSTFIX_STYLE_VIRTUAL_DOMAINS = []
# specify the desired local domain in mm_cfg.py as for example
#
# VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'localhost'
+# or
+# VIRTUAL_MAILMAN_LOCAL_DOMAIN = 'other.local.domain'
+#
+# Whatever string value you set will be literally appended with an '@' to the
+# listaddress local parts on the right hand side.
VIRTUAL_MAILMAN_LOCAL_DOMAIN = None
# These variables describe the program to use for regenerating the aliases.db