Re: [Mailman-Users] Moving list members and passwords to Mailman onanew server

2013-01-20 Thread Mark Sapiro
Mark Sapiro wrote:

>Paul Kleeberg wrote:
>>
>>Can anyone tell me how I might migrate the list members to the new server 
>>along with their passwords?
>
>
>Just copy the config.pck files to the appropriate place on the new
>server.


Also, see the FAQ at .

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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


Re: [Mailman-Users] Moving list members and passwords to Mailman on anew server

2013-01-20 Thread Mark Sapiro
Paul Kleeberg wrote:
>
>Can anyone tell me how I might migrate the list members to the new server 
>along with their passwords?


Just copy the config.pck files to the appropriate place on the new
server.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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


[Mailman-Users] Moving list members and passwords to Mailman on a new server

2013-01-20 Thread Paul Kleeberg
I am finally migrating a copy of mailman lists off of an older Mac running 10.6 
(Snow Leopard) Server to a new Mac with Mountain Lion 10.8 server.  I found the 
instructions on http://www.livetime.com/mountain-lion-mailman-mailing-list/ 
very helpful to install mailman on 10.8.  Since the paths seemed to be vastly 
different, I migrated the config.pck files with config_list, extracting the 
settings from 10.6 and importing them to the new config.pck file on the 10.8 
box.  Subscribers were not migrated though it appears they are in the pickle 
file.

I tried to use step 6 from the website above 

ln -s /usr/local/mailman/bin/paths.py
python
import paths
import Mailman, pickle
configFile = open('config.pck')
config = pickle.load(configFile)
config['created_at']
http://www.livetime.com/members/";>members = 
config['members'].keys()
members.sort()
print 'n'.join(members)

But it did not work for me.  I tried pasting line by line, but after the python 
command, I was stuck.  I also fear that, thought it might be successful, it may 
not migrate passwords.

Can anyone tell me how I might migrate the list members to the new server along 
with their passwords?

Paul
--
Paul Kleeberg
p...@fpen.org


--
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


Re: [Mailman-Users] Subscription page alteration.

2013-01-20 Thread Joe
Hi, Mark.

I followed your instructions and was able to make the changes. It was quite 
simple to do it following your instructions.

Thank you for your help.

Joe.


On January 16, 2013, at 9:12 PM, Mark Sapiro  wrote:

> JCGroups wrote:
>> 
>> Is there a simple way to edit the subscription page?
> 
> 
> Yes.
> 
> 
>> Is there a way to change this using the browser-based user interface or does 
>> the file for this page need to be modified?
> 
> 
> To edit the subscription form on the listonfo page for a single list,
> go to the list's web admin interface, follow the "Edit the public HTML
> pages and text files" link under "Other Administrative Activities" and
> edit the "General list information page".
> 
> If you want to change the page that applies by default to all lists in
> the installation or in a given domain see the FAQ at
> . The name of the template is
> listinfo.html.
> 
> -- 
> Mark Sapiro The highway is for gamblers,
> San Francisco Bay Area, Californiabetter use your sense - B. Dylan
> 

--
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