F FreeBSDGuy Verified User Joined Mar 31, 2004 Messages 28 Oct 15, 2016 #1 How do you export all email addresses from a mailing list?
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,723 Location www.poralix.com Oct 16, 2016 #2 Hello, Code: cat /etc/virtual/<domain>/majordomo/lists/<list-name> where you should replace: <domain> with a real domain name <list-name> with a real list name.
Hello, Code: cat /etc/virtual/<domain>/majordomo/lists/<list-name> where you should replace: <domain> with a real domain name <list-name> with a real list name.