Tag: mailman

  • Delete mailman archieves

    If required take backup of the archives $ cp -a /var/lib/mailman/archives/private/<listname>/* <backup_directory> Remove the archives $ rm -rf <listname>/* Once it is removed recreate the html archive files $ mailman/bin/arch <listname> ./arun

  • Cleanup mailman held messages

    Occasionally, you might encounter a situation where messages get held up in mailman for various reasons, and it’s essential to know how to clean up these held messages. Cleaning Up with the Command Line: The process of cleaning up held messages in Mailman is relatively straightforward, thanks to some handy command-line tools. 1. Navigating to…