Thank you, Mark! We have over 100 lists in our mailman server, out of those 10 lists we are moving to another application and seeing how to move.
The mails are archived under /usr/local/mailman/archives/public/<listname>/. Under that directory there is database directory containing files like below. How that is related to lists/LISTNAME/config.pck or any advice on moving this database files to that new application. 2016-September-article 2016-September-author 2016-September-date 2016-September-subject 2016-September-thread Thank you, Anil. -----Original Message----- From: Mailman-Users [mailto:[email protected]] On Behalf Of Mark Sapiro Sent: Monday, September 19, 2016 6:36 PM To: [email protected] Subject: Re: [Mailman-Users] Checking the Database On 09/19/2016 11:29 AM, Anilkumar Padmaraju wrote: > > As per the link > https://pythonhosted.org/mailman/src/mailman/docs/DATABASE.html our > mailman server does not have file /etc/mailman.cfg This document describes Mailman 3. > On our mailman server dir is under /usr/local/mailman and has below dirs. > archives cron lists mail pythonlib spam unsubscribes.log > bin data locks Mailman qfiles templates > cgi-bin icons logs messages scripts tests > > The mailman.cfg is not in that dir as well. Is there any other file I need > to check to see which database it is using. Your installation is Mailman 2.1. Mailman 2.1, at least as distributed, does not use a database. All persistent data for a list is in a Python pickle at lists/LISTNAME/config.pck. There are 3rd party add-ons to use LDAP or MySQL for membership data, but you almost certainly aren'tusing either of those. -- 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] https://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: https://mail.python.org/mailman/options/mailman-users/apadmaraju%40guidewire.com ------------------------------------------------------ Mailman-Users mailing list [email protected] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
