I have an Ubuntu server with Postfix and the Mailman list manager. My server stopped working, so I need to find a way to list the emails registered on the list of the Mailman.
Note: I was able to mount the data partition, so I have all the files.
I have an Ubuntu server with Postfix and the Mailman list manager. My server stopped working, so I need to find a way to list the emails registered on the list of the Mailman.
Note: I was able to mount the data partition, so I have all the files.
Everything about your list you can find in file /var/lib/mailman/lists/name_of_list/config.pck. In this file is whole configuration of list, including subscriber's addresses.
If you need move configuration of mailman to another machine, simply copy directory, subdirectories and files in /var/lib/mailman to the new machine, set the same permission, owner and group for directories and files and everything will work fine again.