------------------------------------------------------------ revno: 1238 committer: Mark Sapiro <[email protected]> branch nick: 2.1 timestamp: Wed 2010-05-12 15:04:17 -0700 message: Added a bit more documentation for VIRTUAL_MAILMAN_LOCAL_DOMAIN. modified: Mailman/Defaults.py.in
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Defaults.py.in' --- Mailman/Defaults.py.in 2010-05-10 21:47:36 +0000 +++ Mailman/Defaults.py.in 2010-05-12 22:04:17 +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
