------------------------------------------------------------ revno: 1109 committer: Mark Sapiro <[email protected]> branch nick: 2.2 timestamp: Wed 2010-05-12 15:02:49 -0700 message: Added a bit more documentation for VIRTUAL_MAILMAN_LOCAL_DOMAIN. modified: Mailman/Defaults.py.in
-- lp:mailman/2.2 https://code.launchpad.net/~mailman-coders/mailman/2.2 Your team Mailman Checkins is subscribed to branch lp:mailman/2.2. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'Mailman/Defaults.py.in' --- Mailman/Defaults.py.in 2010-05-10 21:49:37 +0000 +++ Mailman/Defaults.py.in 2010-05-12 22:02:49 +0000 @@ -412,6 +412,11 @@ # 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
_______________________________________________ Mailman-checkins mailing list [email protected] Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org
