Inhaltsverzeichnis

retrofit mail command

You can see how to install the mail binary here.

Problem

If you want to execute the

$> mail

command, it can happen that it is not always available.

Solution

In order to

$> mail

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.