grossd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
grossd: command not found
or when using sudo you get the following error message
sudo: grossd: command not found
Solutions to grossd: command not found
How To Fix grossd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu grossd is provided by gross package.
gross is:
Gross is a resource efficient greylist server written in C that supports greylisting and/or blocking based on DNSRBL so it will not impact legitimate mails
It also contains a milter implementation and natively supports Postfix, Exim and Sendmail.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gross
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gross.
sudo apt -y install gross
Or if you have aptitude installed you can use the following command.
sudo aptitude install gross
Summary
In this tutorial we learn how to fix grossd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.