2

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.

X Tian
  • 10,413
  • 2
  • 33
  • 48
NilsonUehara
  • 123
  • 5

1 Answers1

3

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.

Jan Marek
  • 3,837
  • 1
  • 14
  • 12