mysqmail-courier-logger command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mysqmail-courier-logger: command not found
or when using sudo you get the following error message
sudo: mysqmail-courier-logger: command not found
Solutions to mysqmail-courier-logger: command not found
How To Fix mysqmail-courier-logger: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mysqmail-courier-logger is provided by mysqmail-courier-logger package.
mysqmail-courier-logger is:
MySQMail is a set of tiny daemon loggers for mail and FTP servers that save traffic information in a MySQL database. The information is split by domain and by user so that it’s easy to measure all the traffic for a given domain name in real time.
This package provides a logger for POP/IMAP traffic handled by Courier.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mysqmail-courier-logger
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mysqmail-courier-logger.
sudo apt -y install mysqmail-courier-logger
Or if you have aptitude installed you can use the following command.
sudo aptitude install mysqmail-courier-logger
Summary
In this tutorial we learn how to fix mysqmail-courier-logger command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.