Re: [Mailman-Users] Migrating Mailman to New Server (Same Domain)

2016-10-24 Thread Matthias Schmidt via Mailman-Users
> Am 24.10.2016 um 22:41 schrieb Jewel Brueggeman-Makda > : > > Would it be best to copy the entire mailman directory to the new server or > just the lists and archives? > Command issued on new server to copy data from old. > rsync -avr root@serverip:/usr/local/mailman /usr/local/mailman what

Re: [Mailman-Users] Migrating Mailman to New Server (Same Domain)

2016-10-24 Thread Mark Sapiro
On 10/24/2016 11:48 AM, Lindsay Haisley wrote: > > The "list" and its per-list data are all contained, in modern > installations of Mailman, in the files in /var/lib/mailman/lists. The > files in /var/lib/mailman/data are per-site config. If you set up a > working copy of Mailman to which to migra

Re: [Mailman-Users] Migrating Mailman to New Server (Same Domain)

2016-10-24 Thread Mark Sapiro
On 10/24/2016 10:49 AM, Jewel Brueggeman-Makda wrote: > There are different versions of python, so I will stick to only copying the > lists and archives directories. What about copying the data directory? I > read that this was important too. There are various things in data/. Some can be copi

Re: [Mailman-Users] Migrating Mailman to New Server (Same Domain)

2016-10-24 Thread Gérald Niel
Hi, Le 24/10/2016 à 19:49, Jewel Brueggeman-Makda a écrit : > There are different versions of python, so I will stick to only copying the > lists and archives directories. I've recently moved a Mailman to a new server. I've do that, copy lists, archives and data directory.

Re: [Mailman-Users] Migrating Mailman to New Server (Same Domain)

2016-10-24 Thread Lindsay Haisley
On Mon, 2016-10-24 at 17:49 +, Jewel Brueggeman-Makda wrote: > There are different versions of python, so I will stick to only > copying the lists and archives directories.  What about copying the > data directory?  I read that this was important too. The "list" and its per-list data are all c

Re: [Mailman-Users] Migrating Mailman to New Server (Same Domain)

2016-10-24 Thread Jewel Brueggeman-Makda
There are different versions of python, so I will stick to only copying the lists and archives directories. What about copying the data directory? I read that this was important too. -Original Message- From: Mailman-Users [mailto:mailman-users-bounces+jewel.makda=washburn@python.o

Re: [Mailman-Users] Migrating Mailman to New Server (Same Domain)

2016-10-24 Thread Lindsay Haisley
FWIW, I've done two complete migrations of a number of mailman (v2) lists as I've changed servers over the past few years. A couple of scripts I've used have worked perfectly in every case. In every migration, the basic Mailman installation is set up and running on the new server. Mailman versions,

Re: [Mailman-Users] Migrating Mailman to New Server (Same Domain)

2016-10-24 Thread Mark Sapiro
On 10/24/2016 06:41 AM, Jewel Brueggeman-Makda wrote: > Would it be best to copy the entire mailman directory to the new server or > just the lists and archives? > Command issued on new server to copy data from old. > rsync -avr root@serverip:/usr/local/mailman /usr/local/mailman That rsync sh

Re: [Mailman-Users] Recursive lists

2016-10-24 Thread Mark Sapiro
On 10/24/2016 07:07 AM, Julian Kippels wrote: > > is it possible to subsrcibe a list to another list? See and . -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B

Re: [Mailman-Users] Migrating Mailman to New Server (Same Domain)

2016-10-24 Thread Jewel Brueggeman-Makda
Would it be best to copy the entire mailman directory to the new server or just the lists and archives? Command issued on new server to copy data from old. rsync -avr root@serverip:/usr/local/mailman /usr/local/mailman -Original Message- From: Mailman-Users [mailto:mailman-users-bounce

[Mailman-Users] Recursive lists

2016-10-24 Thread Julian Kippels
Hi, is it possible to subsrcibe a list to another list? For example I have the lists scientists@domain, students@domain and all@domain. I would like to subscribe the scientists and students lists to all so that I can reach everyone with a single list. Thanks Julian --