Re: Mailman

Here are the best docs I have on the subject, the rest you can find at list.org

One these servers, /usr/local/cpanel/3rdparty/mailman/bin/ has the utilities you need for performing processes like this I do believe. The path should be similar on your old system.

Running any command alone or with -h (or --help) will give you the parameters for the command.

example usage:

Export all list members to a file called /home/members.txt

./list_members -o /home/members.txt newsletter_lists.foo.org

I'd assume other utilities in there will deal specifically with settings and the like.

There is no way to test Mailman AFAIK before the site resolves I'd imagine you would get a lot of bounces but then I have never tried it.

Hope it helps.