Try this from
http://mail.python.org/pipermail/mailman-users/1999-August/002009.html
---snip---
#!/bin/sh
newroot='/var/mailman'
for list in `ls $newroot/lists/detente`
do
python -i $newroot/bin/withlist -l $list <<EOF
m.private_archive_file_dir
m.private_archive_file_dir='$newroot/archives/private/$list.mbox'
m.public_archive_file_dir
m.public_archive_file_dir='$newroot/archives/public'
m.archive_directory
m.archive_directory='$newroot/archives/private/$list'
m.Save()
EOF
done
---snip---
I have not tried this but it looks like it might solve my problem with config.db also.
Anna
At 12:00 PM 04/11/2002 -0400, you wrote:
>>>>
Date: Thu, 11 Apr 2002 12:38:20 +0200
From: François Chenais
To: [EMAIL PROTECTED]
Message-Id:
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Subject: [Mailman-Users] changing datas in config.db
Sender: [EMAIL PROTECTED]
Precedence: bulk
List-Help:
List-Post:
List-Subscribe: ,
List-Id: Mailman mailing list management users
List-Unsubscribe: ,
List-Archive:
Hello,
I would like to change datas in config.db file
specialy transform
'archive_directory': '/opt/mailman/archives/private/detente',
'private_archive_file_dir': '/opt/mailman/archives/private/detente.mbox',
'public_archive_file_dir': '/opt/mailman/archives/public',
to
'archive_directory': '/var/mailman/archives/private/detente',
'private_archive_file_dir': '/var/mailman/archives/private/detente.mbox',
'public_archive_file_dir': '/var/mailman/archives/public',
In fact, I have transfered my list datas from a server to another.
On the new one, the admin web interface /mailman/admin shows me
my "detente" list but the
- /mailman/listinfo doesn't work
- /mailman/listinfo/detente works
Perhaps it's because of the path in config.db.
Any idea ?
Thanks a lot.
François
--------------------------------------------------------
Anna Q. Fong, Webmaster
California Data Exchange Center
------------------------------------------------------ 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