Listadmin – Command line tool to manipulate the queues of messages
Sponsored Link
Install listadmin in Ubuntu
Installing listadmin is very simple using the following command
sudo aptitude install listadmin
This will complete the installation.
Configuring listadmin
Now you need to create a ~/.listadmin.ini file in your home directory
touch .listadmin.ini
Now you need to edit this file using the following command
vi .listadmin.ini
enter the following information
default skip
log ~/.listadmin.log
# this example uses the same password for the users, process and admin lists
adminurl http://{domain}/mailman/admindb/{list}
password yourpassword
[email protected]
[email protected]
[email protected]
# this example uses different passwords for the supporters and staff lists
adminurl https://{domain}/mailman/admindb/{list}
password "yourotherpassword"
[email protected]
password "youranotherpassword"
[email protected]
Now you need to save and exit the file.
Make sure you are having the correct permission for this file
chmod 744 .listadmin.ini
That's it now you need to run the listadmin command from comman line
listadmin
Start moderating all your groups in single command