Lastly... Is there any special order for making these changes, or just:
1. Make the changes to mm_cfg.py per below 2. Restart mailman 3. Run $prefix/bin/withlist -l -a -r fix_url to fix all existing lists 4. Restart mailman 5. Done...? Thanks again, Charles ******************* My current and proposed new settings: Defaults.py currently contains > DEFAULT_EMAIL_HOST = 'myhost.example.com' > DEFAULT_URL_HOST = 'myhost.example.com' > DEFAULT_URL_PATTERN = 'http://%s/mailman/' And my current/recently edited mm_cfg.py - the commented settings/lines below are the changes I've added, in preparation for the change, and will just comment/uncomment the relevant ones to 'flip the switch': > ################################################## > # Put YOUR site-specific settings below this line. > MTA = 'Postfix' > #DEFAULT_EMAIL_HOST = 'example.com' > #DEFAULT_URL_HOST = 'lists.example.com' > #add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) > #VIRTUAL_HOSTS.clear() > DEFAULT_URL_PATTERN = 'https://%s/mailman/' > #POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.example.com'] > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['myhost.example.com'] > ALLOW_SITE_ADMIN_COOKIES = Yes -- Charles ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org