How do you know how many Mailman mailing lists are being used in the server?

Kent Brockman

Well-Known Member
PartnerNOC
Jan 20, 2008
1,354
79
178
Buenos Aires, Argentina
cPanel Access Level
Root Administrator
How do you know how many Mailman mailing lists are being configured / being used in your box?
There is no way via whm. Is there any way via ssh?
Regards
 

cpanelinfoseeker

Well-Known Member
Oct 25, 2002
323
3
168
NE Illinois
cPanel Access Level
Root Administrator
in ssh:
cd /usr/local/cpanel/3rdparty/mailman
su - mailman
python bin/list_lists

to list the lists and the admiss use:
python bin/list_admins -a

use exit to return to the standard prompt.

The other way is to go to:
/usr/local/cpanel/3rdparty/mailman/lists/
and view the lists

Ron
 

Kent Brockman

Well-Known Member
PartnerNOC
Jan 20, 2008
1,354
79
178
Buenos Aires, Argentina
cPanel Access Level
Root Administrator
Cool, thanks!!!!!! :D
It's a pity that this functionality doesn't come built-in in any whm screen for better control of what is running in the system.
Probably is a good suggestion for future enhancements. ;)