[EMAIL PROTECTED] wrote: >I need to backup the settings from one mailing list on one domain and >restore those settings on another domain(same server.) How does one >achieve that?
I'm not sure what you really want to do. If you just want to move the list from one domain to another, assuming this is standard Mailman and not something like cPanel with 'true virtual domains', just run fix_url on the list to change the domain, and depending on how your MTA handles virtual domains, you may need to change something there too. To actually backup and restore settings, use 'bin/config_list -o <file> <listname>' to write the configuration to <file> and then 'bin/config_list -i <file> <otherlist> to apply them to another list, but you may want to remove some of the settings (e.g. real_name) from <file> before applying it to <otherlist>. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
