Draft | Approver: psycore
retrofit mail command
You can see how to install the mail binary here.
Problem
If you want to execute the
command, it can happen that it is not always available.
Solution
In order to
to use the mailutils must be installed. To do this, enter the following as the root user:
$> apt-get update $> apt-get install mailutils
The mail command can now be used.