Duane Winner wrote: > >Can anybody point me to a document or explain to me what is necessary to >complete these steps? > >We have a mailman server hosted on a FreeBSD box and need to migrate it an >Ubuntu box and change domain names on all the lists. > >We have several dozen lists, all under the "foo.org" domain. We need to >change "foo.org" to "bar.org" > >The current "mail.foo.org" server on FreeBSD is getting long in the tooth, >and we need to move anyway to Ubuntu. So I need to set up a new Ubuntu >server w/ Postfix, Mailman and Apache and call this server "mail.bar.org" >and this will be the MX server for "bar.org". > >For each *[email protected] list, I need to move it to the new server, and it's >archives to mail.bar.org and that list will be called *[email protected]
This is covered in the FAQ at <http://wiki.list.org/x/gIA9>. >But I also want to be able to protect users with forwarding.....if they >still send mail to their old respective *[email protected] list, how do I configure >to foward and process to the new *[email protected] list? You need to congigure the MX MTA for foo.org with aliases or whatever to forward [email protected] mail to [email protected] for each list. In mailman, you probably want to set [email protected] in Privacy options... -> Recipient filters -> acceptable_aliases for each [email protected] list, although this isn't strictly necessary because current code will accept [email protected] as an explicit destination for [email protected] for backwards compatibility reasons. -- 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://wiki.list.org/x/AgA3 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://wiki.list.org/x/QIA9
