From a69957a9678e452c66fae52aafb1f5de939f1dc4 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 12 May 2010 15:04:17 -0700 Subject: Added a bit more documentation for VIRTUAL_MAILMAN_LOCAL_DOMAIN. --- Mailman/Defaults.py.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3