Moving of the subscribers with their passwords, preferences etc.
![](https://secure.gravatar.com/avatar/3eb41e1cf62b91a152384264caf947fa.jpg?s=120&d=mm&r=g)
Hi!
Is that possible during moving of the lists to a new server to move all users along with their e-mails, names, passwords and preferences they set, so that they would not need to resubscribe (or that list-owner would not need to subscribe them again, what would unfortunately generate new passwords for them)? Which files to move in order to do that?
Regards ak
![](https://secure.gravatar.com/avatar/746f7519ba02fb0d815e59f305c53fa2.jpg?s=120&d=mm&r=g)
Andy wrote:
Is that possible during moving of the lists to a new server to move all users along with their e-mails, names, passwords and preferences they set, so that they would not need to resubscribe (or that list-owner would not need to subscribe them again, what would unfortunately generate new passwords for them)? Which files to move in order to do that?
Move the directories and files in the lists/ directory. At a minimum all you really need for list settings, members, member options and passwords is the lists/<listname>/config.pck (or config.db for pre 2.1.x) file for each list.
You can move a config.* from an older release to a newer release and Mailman should automatically update it on the new release, but I think this is only guaranteed for config.pck files. In the case of a config.db file, there are possible incompatibilities if the Python versions are different on the source and destination.
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
![](https://secure.gravatar.com/avatar/0d0737390e169e18a2a03a85ed4ebf97.jpg?s=120&d=mm&r=g)
I just did exactly this, following the procedure at:
http://www.mail-archive.com/mailman-developers@python.org/msg03127.html
Worked great.
-- Bryan Blackwell -- Unix System Administrator bryan@skiblack.com
On Feb 28, 2005, at 6:38 PM, Andy wrote:
Hi!
Is that possible during moving of the lists to a new server to move all users along with their e-mails, names, passwords and preferences they set, so that they would not need to resubscribe (or that list-owner would not need to subscribe them again, what would unfortunately generate new passwords for them)? Which files to move in order to do that?
Regards ak
participants (3)
-
Andy
-
Bryan Blackwell
-
Mark Sapiro