How to remove Mailman list from command line

Find rmlist binary file underĀ  /usr/local/cpanel/3rdparty/mailman/bin folder

For more info run:

root@chi101 [/usr/local/cpanel/3rdparty/mailman/bin]# ./rmlist --help

Usage:
rmlist [-a] [-h] listname

Where:
–archives
-a
Remove the list’s archives too, or if the list has already been
deleted, remove any residual archives.

–help
-h
Print this help message and exit.

Example of usage:

root@chi101 [/usr/local/cpanel/3rdparty/mailman/bin]# ./rmlist -a list_yourdomain.com

Removing list info
Removing private archives
Removing private archives
Removing public archives

Done!

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *