postfixadmin-cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
postfixadmin-cli: command not found
or when using sudo you get the following error message
sudo: postfixadmin-cli: command not found
Solutions to postfixadmin-cli: command not found
How To Fix postfixadmin-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu postfixadmin-cli is provided by postfixadmin package.
postfixadmin is:
Postfixadmin is a web interface to manage virtual users and domains for a Postfix mail transport agent. It supports Virtual mailboxes, aliases, forwarders and vacation.
Postfixadmin allows administrators to delegate account handling to domain administrators and allows users to login and change their own settings (e.g. forwarders, vacation, passwords etc).
It provides easy integration into dovecot, courier or cyrus.
Postfixadmin is written in PHP.
To fix this problem, we can install more using the command below.
sudo apt-get -y install postfixadmin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install postfixadmin.
sudo apt -y install postfixadmin
Or if you have aptitude installed you can use the following command.
sudo aptitude install postfixadmin
Summary
In this tutorial we learn how to fix postfixadmin-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.