diff options
author | Mark Sapiro <mark@msapiro.net> | 2010-05-12 15:04:17 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2010-05-12 15:04:17 -0700 |
commit | a69957a9678e452c66fae52aafb1f5de939f1dc4 (patch) | |
tree | 62d434fee426a66f2805e9d583b79e53982b5bfd /Mailman/Defaults.py.in | |
parent | b66541fe5cec84b9c9306c55da313a5e2e0f466e (diff) | |
download | mailman2-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.in | 5 |
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 |