mlmmj-list command not found
In this troubleshooting guide we learn how to fix mlmmj-list command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
mlmmj-list: command not found
or when using sudo you get the following error message
sudo: mlmmj-list: command not found
Solutions to mlmmj-list: command not found
How To Fix mlmmj-list: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mlmmj-list is provided by mlmmj package.
mlmmj is:
A mailing list manager with roughly the same functionality as ezmlm.
mlmmj features:
- Archive
- Custom headers / footer
- Fully automated bounce handling (similar to ezmlm)
- Complete requeueing functionality
- Moderation functionality
- Subject prefix
- Subscribers only posting
- Regular expression access control
- Functionality to retrieve old posts
- Web-interface
- Digests
- No mail delivery subscription
- VERP support
- Delivery Status Notification (RFC1891) support
To fix this problem, we can install more using the command below.
sudo apt-get -y install mlmmj
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mlmmj.
sudo apt -y install mlmmj
Or if you have aptitude installed you can use the following command.
sudo aptitude install mlmmj
Summary
In this tutorial we learn how to fix mlmmj-list command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.