• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

export mailman lists

M

modom

Guest
Hi,

Is it possible to export a mailman list of email addresses?

If so, how would you do it?

Thanks!
 
I googled for the answer but came up short, you might jump on the Mailman support mailing list and ask your question directly to the community.
 
You can get a list of the addresses fairly easy:

~mailman/bin/list_members MAILLISTNAME


where maillist name is the name of the mailing list that you want the list of email addresses for.
 
Hi,

Do I type this in at root?
~mailman/bin/list_members MAILLISTNAME

I got it! Thanks!
 
yep it executes the list_members file that is in the mailman home directories bin folder.
 
Can you tell me how I could copy this whole list?

I used the | less command but still copying one page at a time.
 
Easy way is to tell it to write to a file

~mailman/bin/list_members -o EMAILS.TXT MAILLISTNAME

Then you can simply download it to your main computer or similar using an scp/ftp client so that you can access it from any text editor
 
Thank you so much!

I just tried this and it worked great and certainly saved me a bunch of time.
 
Back
Top